pub struct Header<'x, T> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<'x, T: PartialEq> PartialEq for Header<'x, T>
impl<'x, T: PartialEq> PartialEq for Header<'x, T>
impl<'x, T: Eq> Eq for Header<'x, T>
impl<'x, T> StructuralPartialEq for Header<'x, T>
Auto Trait Implementations§
impl<'x, T> RefUnwindSafe for Header<'x, T>where
T: RefUnwindSafe,
impl<'x, T> Send for Header<'x, T>where
T: Send,
impl<'x, T> Sync for Header<'x, T>where
T: Sync,
impl<'x, T> Unpin for Header<'x, T>where
T: Unpin,
impl<'x, T> UnwindSafe for Header<'x, T>where
T: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more