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