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