pub struct MountEpoch(/* private fields */);Expand description
Monotonic observation of a mounted backend generation.
Implementations§
Trait Implementations§
Source§impl Clone for MountEpoch
impl Clone for MountEpoch
Source§fn clone(&self) -> MountEpoch
fn clone(&self) -> MountEpoch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MountEpoch
Source§impl Debug for MountEpoch
impl Debug for MountEpoch
Source§impl Default for MountEpoch
impl Default for MountEpoch
Source§fn default() -> MountEpoch
fn default() -> MountEpoch
Returns the “default value” for a type. Read more
impl Eq for MountEpoch
Source§impl Hash for MountEpoch
impl Hash for MountEpoch
Source§impl Ord for MountEpoch
impl Ord for MountEpoch
Source§fn cmp(&self, other: &MountEpoch) -> Ordering
fn cmp(&self, other: &MountEpoch) -> Ordering
1.21.0 (const: unstable) · 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 MountEpoch
impl PartialEq for MountEpoch
Source§impl PartialOrd for MountEpoch
impl PartialOrd for MountEpoch
impl StructuralPartialEq for MountEpoch
Auto Trait Implementations§
impl Freeze for MountEpoch
impl RefUnwindSafe for MountEpoch
impl Send for MountEpoch
impl Sync for MountEpoch
impl Unpin for MountEpoch
impl UnsafeUnpin for MountEpoch
impl UnwindSafe for MountEpoch
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