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 · 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 LeafVersion
impl Debug for LeafVersion
Source§impl Default for LeafVersion
impl Default for LeafVersion
Source§impl Hash for LeafVersion
impl Hash for LeafVersion
Source§impl PartialEq for LeafVersion
impl PartialEq for LeafVersion
impl Copy for LeafVersion
impl Eq for LeafVersion
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 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