pub struct Header<Ext = ()> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<Ext = ()> !Freeze for Header<Ext>
impl<Ext> RefUnwindSafe for Header<Ext>where
Ext: RefUnwindSafe,
impl<Ext> Send for Header<Ext>where
Ext: Send,
impl<Ext> Sync for Header<Ext>where
Ext: Sync,
impl<Ext> Unpin for Header<Ext>where
Ext: Unpin,
impl<Ext> UnwindSafe for Header<Ext>where
Ext: 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