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