#[repr(C)]pub struct MatchWildcardPattern<'gc> {
pub metadata: NodeMetadata<'gc>,
}Expand description
The MatchWildcardPattern AST node.
Fields§
§metadata: NodeMetadata<'gc>Source range, debug location, paren count, and node id.
Implementations§
Source§impl<'gc> MatchWildcardPattern<'gc>
impl<'gc> MatchWildcardPattern<'gc>
Sourcepub fn new(metadata: NodeMetadata<'gc>) -> Self
pub fn new(metadata: NodeMetadata<'gc>) -> Self
Build MatchWildcardPattern from its metadata and ESTree.def fields.
Trait Implementations§
Auto Trait Implementations§
impl<'gc> !Freeze for MatchWildcardPattern<'gc>
impl<'gc> !RefUnwindSafe for MatchWildcardPattern<'gc>
impl<'gc> !Send for MatchWildcardPattern<'gc>
impl<'gc> !Sync for MatchWildcardPattern<'gc>
impl<'gc> !UnwindSafe for MatchWildcardPattern<'gc>
impl<'gc> Unpin for MatchWildcardPattern<'gc>
impl<'gc> UnsafeUnpin for MatchWildcardPattern<'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