pub struct EnumType {
pub name: Node,
pub assigned_name: String,
pub module_path: Vec<String>,
pub variants: SeqMap<String, EnumVariantType>,
}
Fields§
§name: Node
§assigned_name: String
§module_path: Vec<String>
§variants: SeqMap<String, EnumVariantType>
Implementations§
Trait Implementations§
impl Eq for EnumType
impl StructuralPartialEq for EnumType
Auto Trait Implementations§
impl Freeze for EnumType
impl RefUnwindSafe for EnumType
impl Send for EnumType
impl Sync for EnumType
impl Unpin for EnumType
impl UnwindSafe for EnumType
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