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