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