pub enum NibbleType {
Leaf,
Extension,
}Variants§
Trait Implementations§
Source§impl Clone for NibbleType
impl Clone for NibbleType
Source§fn clone(&self) -> NibbleType
fn clone(&self) -> NibbleType
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 NibbleType
impl Debug for NibbleType
Source§impl PartialEq for NibbleType
impl PartialEq for NibbleType
impl Copy for NibbleType
impl Eq for NibbleType
impl StructuralPartialEq for NibbleType
Auto Trait Implementations§
impl Freeze for NibbleType
impl RefUnwindSafe for NibbleType
impl Send for NibbleType
impl Sync for NibbleType
impl Unpin for NibbleType
impl UnwindSafe for NibbleType
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