pub struct MemoryPatch { /* private fields */ }Implementations§
Trait Implementations§
impl Send for MemoryPatch
impl Sync for MemoryPatch
Auto Trait Implementations§
impl Freeze for MemoryPatch
impl RefUnwindSafe for MemoryPatch
impl Unpin for MemoryPatch
impl UnsafeUnpin for MemoryPatch
impl UnwindSafe for MemoryPatch
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