pub struct CommonEnumVariantType {
pub number: TypeNumber,
pub module_path: ModulePath,
pub variant_name: LocalTypeIdentifier,
pub enum_ref: ResolvedEnumTypeRef,
}
Fields§
§number: TypeNumber
§module_path: ModulePath
§variant_name: LocalTypeIdentifier
§enum_ref: ResolvedEnumTypeRef
Trait Implementations§
Source§impl Debug for CommonEnumVariantType
impl Debug for CommonEnumVariantType
Auto Trait Implementations§
impl Freeze for CommonEnumVariantType
impl RefUnwindSafe for CommonEnumVariantType
impl !Send for CommonEnumVariantType
impl !Sync for CommonEnumVariantType
impl Unpin for CommonEnumVariantType
impl UnwindSafe for CommonEnumVariantType
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