pub enum IgnoreUnmap {
Ignore,
Unmap,
}Variants§
Trait Implementations§
Source§impl Clone for IgnoreUnmap
impl Clone for IgnoreUnmap
Source§fn clone(&self) -> IgnoreUnmap
fn clone(&self) -> IgnoreUnmap
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IgnoreUnmap
impl Debug for IgnoreUnmap
Source§impl Hash for IgnoreUnmap
impl Hash for IgnoreUnmap
Source§impl Ord for IgnoreUnmap
impl Ord for IgnoreUnmap
Source§fn cmp(&self, other: &IgnoreUnmap) -> Ordering
fn cmp(&self, other: &IgnoreUnmap) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IgnoreUnmap
impl PartialEq for IgnoreUnmap
Source§impl PartialOrd for IgnoreUnmap
impl PartialOrd for IgnoreUnmap
impl Eq for IgnoreUnmap
impl StructuralPartialEq for IgnoreUnmap
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