Home
last modified time | relevance | path

Searched defs:HdrName (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/extra_versions/crates/http/src/header/
Dname.rs39 pub struct HdrName<'a> { struct
40 inner: Repr<MaybeLower<'a>>,
1100 impl<'a> From<StandardHeader> for HdrName<'a> { implementation
1512 impl<'a> HdrName<'a> { implementation
/external/rust/android-crates-io/crates/http/src/header/
Dname.rs39 pub struct HdrName<'a> { struct
40 inner: Repr<MaybeLower<'a>>,
1100 impl<'a> From<StandardHeader> for HdrName<'a> { implementation
1512 impl<'a> HdrName<'a> { impl