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