pub struct EnumVariantCommon {
pub name: LocalTypeIdentifier,
pub assigned_name: String,
pub number: TypeNumber,
pub container_index: u8,
pub owner: EnumTypeRef,
}
Fields§
§name: LocalTypeIdentifier
§assigned_name: String
§number: TypeNumber
§container_index: u8
§owner: EnumTypeRef
Trait Implementations§
Source§impl Clone for EnumVariantCommon
impl Clone for EnumVariantCommon
Source§fn clone(&self) -> EnumVariantCommon
fn clone(&self) -> EnumVariantCommon
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EnumVariantCommon
impl Debug for EnumVariantCommon
Source§impl PartialEq for EnumVariantCommon
impl PartialEq for EnumVariantCommon
impl Eq for EnumVariantCommon
impl StructuralPartialEq for EnumVariantCommon
Auto Trait Implementations§
impl Freeze for EnumVariantCommon
impl !RefUnwindSafe for EnumVariantCommon
impl !Send for EnumVariantCommon
impl !Sync for EnumVariantCommon
impl Unpin for EnumVariantCommon
impl !UnwindSafe for EnumVariantCommon
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