pub struct fixedsize(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for fixedsize
Auto Trait Implementations§
impl Freeze for fixedsize
impl RefUnwindSafe for fixedsize
impl Send for fixedsize
impl Sync for fixedsize
impl Unpin for fixedsize
impl UnwindSafe for fixedsize
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