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