pub struct DataVersion { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for DataVersion
impl Clone for DataVersion
Source§fn clone(&self) -> DataVersion
fn clone(&self) -> DataVersion
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 DataVersion
impl Debug for DataVersion
Source§impl From<u32> for DataVersion
impl From<u32> for DataVersion
Source§impl Hash for DataVersion
impl Hash for DataVersion
Source§impl Ord for DataVersion
impl Ord for DataVersion
Source§fn cmp(&self, other: &DataVersion) -> Ordering
fn cmp(&self, other: &DataVersion) -> 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 DataVersion
impl PartialEq for DataVersion
Source§impl PartialOrd for DataVersion
impl PartialOrd for DataVersion
impl Copy for DataVersion
impl Eq for DataVersion
impl StructuralPartialEq for DataVersion
Auto Trait Implementations§
impl Freeze for DataVersion
impl RefUnwindSafe for DataVersion
impl Send for DataVersion
impl Sync for DataVersion
impl Unpin for DataVersion
impl UnwindSafe for DataVersion
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