pub enum IgniteTypeVariant {
StructUnit(String),
StructNamed(IgniteNamed),
StructUnnamed(IgniteUnnamed),
Enum(IgniteEnum),
}Variants§
Implementations§
Trait Implementations§
Source§impl Debug for IgniteTypeVariant
impl Debug for IgniteTypeVariant
Source§impl<'de> Deserialize<'de> for IgniteTypeVariant
impl<'de> Deserialize<'de> for IgniteTypeVariant
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 IgniteTypeVariant
impl Hash for IgniteTypeVariant
Auto Trait Implementations§
impl Freeze for IgniteTypeVariant
impl RefUnwindSafe for IgniteTypeVariant
impl Send for IgniteTypeVariant
impl Sync for IgniteTypeVariant
impl Unpin for IgniteTypeVariant
impl UnwindSafe for IgniteTypeVariant
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