pub enum NibbleCode {
None,
N44,
N53,
N62,
}
Variants§
Trait Implementations§
Source§impl Clone for NibbleCode
impl Clone for NibbleCode
Source§fn clone(&self) -> NibbleCode
fn clone(&self) -> NibbleCode
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 Display for NibbleCode
impl Display for NibbleCode
Source§impl PartialEq for NibbleCode
impl PartialEq for NibbleCode
impl Copy for NibbleCode
impl Eq for NibbleCode
impl StructuralPartialEq for NibbleCode
Auto Trait Implementations§
impl Freeze for NibbleCode
impl RefUnwindSafe for NibbleCode
impl Send for NibbleCode
impl Sync for NibbleCode
impl Unpin for NibbleCode
impl UnwindSafe for NibbleCode
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