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