pub enum EnumKind {
Unit,
Struct(Vec<StructField>),
Tuple(Vec<TupleField>),
}Variants§
Auto Trait Implementations§
impl Freeze for EnumKind
impl RefUnwindSafe for EnumKind
impl Send for EnumKind
impl Sync for EnumKind
impl Unpin for EnumKind
impl UnwindSafe for EnumKind
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