pub struct FixedDataHeder { /* private fields */ }
Trait Implementations§
Source§impl Debug for FixedDataHeder
impl Debug for FixedDataHeder
Source§impl PartialEq for FixedDataHeder
impl PartialEq for FixedDataHeder
impl StructuralPartialEq for FixedDataHeder
Auto Trait Implementations§
impl Freeze for FixedDataHeder
impl RefUnwindSafe for FixedDataHeder
impl Send for FixedDataHeder
impl Sync for FixedDataHeder
impl Unpin for FixedDataHeder
impl UnwindSafe for FixedDataHeder
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