pub enum StandardEnum {
Variant11a,
Variant11b,
Variant11g,
Variant11n,
Variant11ac,
Variant11ax,
Variant11be,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for StandardEnum
impl Clone for StandardEnum
Source§fn clone(&self) -> StandardEnum
fn clone(&self) -> StandardEnum
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 StandardEnum
impl Debug for StandardEnum
Source§impl Default for StandardEnum
impl Default for StandardEnum
Source§fn default() -> StandardEnum
fn default() -> StandardEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StandardEnum
impl<'de> Deserialize<'de> for StandardEnum
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for StandardEnum
impl Hash for StandardEnum
Source§impl Ord for StandardEnum
impl Ord for StandardEnum
Source§fn cmp(&self, other: &StandardEnum) -> Ordering
fn cmp(&self, other: &StandardEnum) -> 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 StandardEnum
impl PartialEq for StandardEnum
Source§impl PartialOrd for StandardEnum
impl PartialOrd for StandardEnum
Source§impl Serialize for StandardEnum
impl Serialize for StandardEnum
Source§impl ToString for StandardEnum
impl ToString for StandardEnum
impl Copy for StandardEnum
impl Eq for StandardEnum
impl StructuralPartialEq for StandardEnum
Auto Trait Implementations§
impl Freeze for StandardEnum
impl RefUnwindSafe for StandardEnum
impl Send for StandardEnum
impl Sync for StandardEnum
impl Unpin for StandardEnum
impl UnsafeUnpin for StandardEnum
impl UnwindSafe for StandardEnum
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