pub struct LeafVersion(pub u8);Expand description
Leaf version
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl Clone for LeafVersion
impl Clone for LeafVersion
Source§fn clone(&self) -> LeafVersion
fn clone(&self) -> LeafVersion
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 LeafVersion
Source§impl Debug for LeafVersion
impl Debug for LeafVersion
Source§impl Default for LeafVersion
impl Default for LeafVersion
impl Eq for LeafVersion
Source§impl Hash for LeafVersion
impl Hash for LeafVersion
Source§impl PartialEq for LeafVersion
impl PartialEq for LeafVersion
Source§fn eq(&self, other: &LeafVersion) -> bool
fn eq(&self, other: &LeafVersion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LeafVersion
Auto Trait Implementations§
impl Freeze for LeafVersion
impl RefUnwindSafe for LeafVersion
impl Send for LeafVersion
impl Sync for LeafVersion
impl Unpin for LeafVersion
impl UnsafeUnpin for LeafVersion
impl UnwindSafe for LeafVersion
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