pub struct AnonymousClass<'tree> {
pub span: Span,
pub attributes: Option<AttributeList<'tree>>,
pub body: DeclarationList<'tree>,
pub children: Vec<AnonymousClassChildren<'tree>>,
}Fields§
§span: Span§attributes: Option<AttributeList<'tree>>§body: DeclarationList<'tree>§children: Vec<AnonymousClassChildren<'tree>>Trait Implementations§
Source§impl<'tree> Clone for AnonymousClass<'tree>
impl<'tree> Clone for AnonymousClass<'tree>
Source§fn clone(&self) -> AnonymousClass<'tree>
fn clone(&self) -> AnonymousClass<'tree>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'tree> Debug for AnonymousClass<'tree>
impl<'tree> Debug for AnonymousClass<'tree>
Source§impl<'tree> FromNode<'tree> for AnonymousClass<'tree>
impl<'tree> FromNode<'tree> for AnonymousClass<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for AnonymousClass<'tree>
impl<'tree> RefUnwindSafe for AnonymousClass<'tree>
impl<'tree> Send for AnonymousClass<'tree>
impl<'tree> Sync for AnonymousClass<'tree>
impl<'tree> Unpin for AnonymousClass<'tree>
impl<'tree> UnsafeUnpin for AnonymousClass<'tree>
impl<'tree> UnwindSafe for AnonymousClass<'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