pub struct DerivationVersion(pub u16);Expand description
Version tag for the derivation scheme.
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
Source§impl Clone for DerivationVersion
impl Clone for DerivationVersion
Source§fn clone(&self) -> DerivationVersion
fn clone(&self) -> DerivationVersion
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 DerivationVersion
impl Debug for DerivationVersion
Source§impl Hash for DerivationVersion
impl Hash for DerivationVersion
Source§impl Ord for DerivationVersion
impl Ord for DerivationVersion
Source§fn cmp(&self, other: &DerivationVersion) -> Ordering
fn cmp(&self, other: &DerivationVersion) -> 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 DerivationVersion
impl PartialEq for DerivationVersion
Source§impl PartialOrd for DerivationVersion
impl PartialOrd for DerivationVersion
impl Copy for DerivationVersion
impl Eq for DerivationVersion
impl StructuralPartialEq for DerivationVersion
Auto Trait Implementations§
impl Freeze for DerivationVersion
impl RefUnwindSafe for DerivationVersion
impl Send for DerivationVersion
impl Sync for DerivationVersion
impl Unpin for DerivationVersion
impl UnsafeUnpin for DerivationVersion
impl UnwindSafe for DerivationVersion
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