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