pub enum IgnoreUnmap {
Ignore,
Unmap,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IgnoreUnmap
impl RefUnwindSafe for IgnoreUnmap
impl Send for IgnoreUnmap
impl Sync for IgnoreUnmap
impl Unpin for IgnoreUnmap
impl UnwindSafe for IgnoreUnmap
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