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