[−][src]Struct triomphe::HeaderWithLength
Header data with an inline length. Consumers that use HeaderWithLength as the Header type in HeaderSlice can take advantage of ThinArc.
Fields
header: H
The fixed-sized data.
Implementations
impl<H> HeaderWithLength<H>
[src]
Trait Implementations
impl<H: Debug> Debug for HeaderWithLength<H>
[src]
impl<H: Eq> Eq for HeaderWithLength<H>
[src]
impl<H: Hash> Hash for HeaderWithLength<H>
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl<H: PartialEq> PartialEq<HeaderWithLength<H>> for HeaderWithLength<H>
[src]
fn eq(&self, other: &HeaderWithLength<H>) -> bool
[src]
fn ne(&self, other: &HeaderWithLength<H>) -> bool
[src]
impl<H: PartialOrd> PartialOrd<HeaderWithLength<H>> for HeaderWithLength<H>
[src]
fn partial_cmp(&self, other: &HeaderWithLength<H>) -> Option<Ordering>
[src]
fn lt(&self, other: &HeaderWithLength<H>) -> bool
[src]
fn le(&self, other: &HeaderWithLength<H>) -> bool
[src]
fn gt(&self, other: &HeaderWithLength<H>) -> bool
[src]
fn ge(&self, other: &HeaderWithLength<H>) -> bool
[src]
impl<H> StructuralEq for HeaderWithLength<H>
[src]
impl<H> StructuralPartialEq for HeaderWithLength<H>
[src]
Auto Trait Implementations
impl<H> RefUnwindSafe for HeaderWithLength<H> where
H: RefUnwindSafe,
H: RefUnwindSafe,
impl<H> Send for HeaderWithLength<H> where
H: Send,
H: Send,
impl<H> Sync for HeaderWithLength<H> where
H: Sync,
H: Sync,
impl<H> Unpin for HeaderWithLength<H> where
H: Unpin,
H: Unpin,
impl<H> UnwindSafe for HeaderWithLength<H> where
H: UnwindSafe,
H: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,