pub struct LocalContentGeneration(/* private fields */);Expand description
Monotonic item-local generation of an immutable local-content snapshot.
Implementations§
Trait Implementations§
Source§impl Clone for LocalContentGeneration
impl Clone for LocalContentGeneration
Source§fn clone(&self) -> LocalContentGeneration
fn clone(&self) -> LocalContentGeneration
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 LocalContentGeneration
impl Debug for LocalContentGeneration
Source§impl Hash for LocalContentGeneration
impl Hash for LocalContentGeneration
Source§impl Ord for LocalContentGeneration
impl Ord for LocalContentGeneration
Source§fn cmp(&self, other: &LocalContentGeneration) -> Ordering
fn cmp(&self, other: &LocalContentGeneration) -> 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 LocalContentGeneration
impl PartialEq for LocalContentGeneration
Source§impl PartialOrd for LocalContentGeneration
impl PartialOrd for LocalContentGeneration
impl Copy for LocalContentGeneration
impl Eq for LocalContentGeneration
impl StructuralPartialEq for LocalContentGeneration
Auto Trait Implementations§
impl Freeze for LocalContentGeneration
impl RefUnwindSafe for LocalContentGeneration
impl Send for LocalContentGeneration
impl Sync for LocalContentGeneration
impl Unpin for LocalContentGeneration
impl UnwindSafe for LocalContentGeneration
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