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