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