#[repr(C)]pub struct SHBuiltin<'gc> {
pub metadata: NodeMetadata<'gc>,
}Expand description
The SHBuiltin 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 SHBuiltin<'gc>
impl<'gc> !RefUnwindSafe for SHBuiltin<'gc>
impl<'gc> !Send for SHBuiltin<'gc>
impl<'gc> !Sync for SHBuiltin<'gc>
impl<'gc> !UnwindSafe for SHBuiltin<'gc>
impl<'gc> Unpin for SHBuiltin<'gc>
impl<'gc> UnsafeUnpin for SHBuiltin<'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