Enum aha_wit_parser::TypeDefKind
source · [−]pub enum TypeDefKind {
Record(Record),
Flags(Flags),
Tuple(Tuple),
Variant(Variant),
Enum(Enum),
Option(Type),
Expected(Expected),
Union(Union),
List(Type),
Type(Type),
}Variants
Record(Record)
Flags(Flags)
Tuple(Tuple)
Variant(Variant)
Enum(Enum)
Option(Type)
Expected(Expected)
Union(Union)
List(Type)
Type(Type)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TypeDefKind
impl Send for TypeDefKind
impl Sync for TypeDefKind
impl Unpin for TypeDefKind
impl UnwindSafe for TypeDefKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more