pub enum Mmap2FileId {
InodeAndVersion(Mmap2InodeAndVersion),
BuildId(Vec<u8>),
}Variants
InodeAndVersion(Mmap2InodeAndVersion)
BuildId(Vec<u8>)
Trait Implementations
sourceimpl Clone for Mmap2FileId
impl Clone for Mmap2FileId
sourcefn clone(&self) -> Mmap2FileId
fn clone(&self) -> Mmap2FileId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for Mmap2FileId
impl Debug for Mmap2FileId
sourceimpl PartialEq<Mmap2FileId> for Mmap2FileId
impl PartialEq<Mmap2FileId> for Mmap2FileId
sourcefn eq(&self, other: &Mmap2FileId) -> bool
fn eq(&self, other: &Mmap2FileId) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &Mmap2FileId) -> bool
fn ne(&self, other: &Mmap2FileId) -> bool
This method tests for !=.
impl Eq for Mmap2FileId
impl StructuralEq for Mmap2FileId
impl StructuralPartialEq for Mmap2FileId
Auto Trait Implementations
impl RefUnwindSafe for Mmap2FileId
impl Send for Mmap2FileId
impl Sync for Mmap2FileId
impl Unpin for Mmap2FileId
impl UnwindSafe for Mmap2FileId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more