Home
last modified time | relevance | path

Searched refs:GetAll (Results 1 – 2 of 2) sorted by relevance

/tonic/tonic/src/metadata/
H A Dmap.rs177 pub struct GetAll<'a, VE: ValueEncoding> { struct
178 inner: Option<http::header::GetAll<'a, http::header::HeaderValue>>, argument
622 pub fn get_all<K>(&self, key: K) -> GetAll<'_, Ascii> in get_all()
626 GetAll { in get_all()
665 pub fn get_all_bin<K>(&self, key: K) -> GetAll<'_, Binary> in get_all_bin()
669 GetAll { in get_all_bin()
1955 impl<'a, VE: ValueEncoding> GetAll<'a, VE> { impl
1982 impl<VE: ValueEncoding> PartialEq for GetAll<'_, VE> { implementation
1988 impl<'a, VE: ValueEncoding> IntoIterator for GetAll<'a, VE> implementation
2003 impl<'a, 'b: 'a, VE: ValueEncoding> IntoIterator for &'b GetAll<'a, VE> { implementation
[all …]
H A Dmod.rs14 pub use self::map::GetAll;