#[repr(u8)]pub enum BrefAllZeroErr {
VAL0 = 0,
VAL1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BrefAllZeroErr
impl Clone for BrefAllZeroErr
Source§fn clone(&self) -> BrefAllZeroErr
fn clone(&self) -> BrefAllZeroErr
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 BrefAllZeroErr
impl Debug for BrefAllZeroErr
Source§impl From<BrefAllZeroErr> for u8
impl From<BrefAllZeroErr> for u8
Source§fn from(val: BrefAllZeroErr) -> u8
fn from(val: BrefAllZeroErr) -> u8
Converts to this type from the input type.
Source§impl From<u8> for BrefAllZeroErr
impl From<u8> for BrefAllZeroErr
Source§fn from(val: u8) -> BrefAllZeroErr
fn from(val: u8) -> BrefAllZeroErr
Converts to this type from the input type.
Source§impl Ord for BrefAllZeroErr
impl Ord for BrefAllZeroErr
Source§fn cmp(&self, other: &BrefAllZeroErr) -> Ordering
fn cmp(&self, other: &BrefAllZeroErr) -> 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 BrefAllZeroErr
impl PartialEq for BrefAllZeroErr
Source§impl PartialOrd for BrefAllZeroErr
impl PartialOrd for BrefAllZeroErr
impl Copy for BrefAllZeroErr
impl Eq for BrefAllZeroErr
impl StructuralPartialEq for BrefAllZeroErr
Auto Trait Implementations§
impl Freeze for BrefAllZeroErr
impl RefUnwindSafe for BrefAllZeroErr
impl Send for BrefAllZeroErr
impl Sync for BrefAllZeroErr
impl Unpin for BrefAllZeroErr
impl UnwindSafe for BrefAllZeroErr
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