pub struct ExtraHeader;Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtraHeader
impl RefUnwindSafe for ExtraHeader
impl Send for ExtraHeader
impl Sync for ExtraHeader
impl Unpin for ExtraHeader
impl UnwindSafe for ExtraHeader
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