#[repr(C)]pub struct EnumBigIntBody<'gc> {
pub metadata: NodeMetadata<'gc>,
pub members: NodeList<'gc>,
pub explicit_type: Cell<bool>,
pub has_unknown_members: Cell<bool>,
}Expand description
The EnumBigIntBody AST node.
Fields§
§metadata: NodeMetadata<'gc>Source range, debug location, paren count, and node id.
members: NodeList<'gc>ESTree members property.
explicit_type: Cell<bool>ESTree explicitType property.
has_unknown_members: Cell<bool>ESTree hasUnknownMembers property.
Implementations§
Source§impl<'gc> EnumBigIntBody<'gc>
impl<'gc> EnumBigIntBody<'gc>
Trait Implementations§
Auto Trait Implementations§
impl<'gc> !Freeze for EnumBigIntBody<'gc>
impl<'gc> !RefUnwindSafe for EnumBigIntBody<'gc>
impl<'gc> !Send for EnumBigIntBody<'gc>
impl<'gc> !Sync for EnumBigIntBody<'gc>
impl<'gc> !UnwindSafe for EnumBigIntBody<'gc>
impl<'gc> Unpin for EnumBigIntBody<'gc>
impl<'gc> UnsafeUnpin for EnumBigIntBody<'gc>
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