pub struct Class<'tree> {
pub span: Span,
pub body: Option<BodyStatement<'tree>>,
pub name: ClassName<'tree>,
pub superclass: Option<Superclass<'tree>>,
}Fields§
§span: Span§body: Option<BodyStatement<'tree>>§name: ClassName<'tree>§superclass: Option<Superclass<'tree>>Trait Implementations§
Auto Trait Implementations§
impl<'tree> Freeze for Class<'tree>
impl<'tree> RefUnwindSafe for Class<'tree>
impl<'tree> Send for Class<'tree>
impl<'tree> Sync for Class<'tree>
impl<'tree> Unpin for Class<'tree>
impl<'tree> UnsafeUnpin for Class<'tree>
impl<'tree> UnwindSafe for Class<'tree>
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