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