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