pub struct LinuxInodeGeneration(/* private fields */);Expand description
Non-zero generation fence paired with one restored Linux inode.
Implementations§
Trait Implementations§
Source§impl Clone for LinuxInodeGeneration
impl Clone for LinuxInodeGeneration
Source§fn clone(&self) -> LinuxInodeGeneration
fn clone(&self) -> LinuxInodeGeneration
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 LinuxInodeGeneration
impl Debug for LinuxInodeGeneration
Source§impl Hash for LinuxInodeGeneration
impl Hash for LinuxInodeGeneration
Source§impl Ord for LinuxInodeGeneration
impl Ord for LinuxInodeGeneration
Source§fn cmp(&self, other: &LinuxInodeGeneration) -> Ordering
fn cmp(&self, other: &LinuxInodeGeneration) -> 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 LinuxInodeGeneration
impl PartialEq for LinuxInodeGeneration
Source§impl PartialOrd for LinuxInodeGeneration
impl PartialOrd for LinuxInodeGeneration
impl Copy for LinuxInodeGeneration
impl Eq for LinuxInodeGeneration
impl StructuralPartialEq for LinuxInodeGeneration
Auto Trait Implementations§
impl Freeze for LinuxInodeGeneration
impl RefUnwindSafe for LinuxInodeGeneration
impl Send for LinuxInodeGeneration
impl Sync for LinuxInodeGeneration
impl Unpin for LinuxInodeGeneration
impl UnwindSafe for LinuxInodeGeneration
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