Home
last modified time | relevance | path

Searched refs:IntoCollection (Results 1 – 4 of 4) sorted by relevance

/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/http/src/
H A Dext.rs8 pub trait IntoCollection<T> { interface
16 impl<T> IntoCollection<T> for T {
30 impl<T> IntoCollection<T> for Vec<T> {
44 impl<T: Clone> IntoCollection<T> for &[T $($size)*] { impl
H A Daccept.rs8 use crate::ext::IntoCollection;
183 impl<T: IntoCollection<MediaType>> From<T> for Accept {
217 pub fn new<T: IntoCollection<QMediaType>>(items: T) -> Accept { in new()
H A Dcontent_type.rs8 use crate::ext::IntoCollection;
228 P: IntoCollection<(K, V)> in with_params()
H A Dmedia_type.rs6 use crate::ext::IntoCollection;
331 P: IntoCollection<(K, V)> in with_params()