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