pub enum VariantKindKind {
Plain,
Tuple,
Struct,
}Variants§
Trait Implementations§
Source§impl Clone for VariantKindKind
impl Clone for VariantKindKind
Source§fn clone(&self) -> VariantKindKind
fn clone(&self) -> VariantKindKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VariantKindKind
impl Debug for VariantKindKind
Source§impl<'de> Deserialize<'de> for VariantKindKind
impl<'de> Deserialize<'de> for VariantKindKind
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
Auto Trait Implementations§
impl Freeze for VariantKindKind
impl RefUnwindSafe for VariantKindKind
impl Send for VariantKindKind
impl Sync for VariantKindKind
impl Unpin for VariantKindKind
impl UnsafeUnpin for VariantKindKind
impl UnwindSafe for VariantKindKind
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