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