pub struct ClassNameDecl(/* private fields */);Implementations§
Trait Implementations§
Source§impl AstNode for ClassNameDecl
impl AstNode for ClassNameDecl
Source§impl Clone for ClassNameDecl
impl Clone for ClassNameDecl
Source§fn clone(&self) -> ClassNameDecl
fn clone(&self) -> ClassNameDecl
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for ClassNameDecl
impl !UnwindSafe for ClassNameDecl
impl Freeze for ClassNameDecl
impl Send for ClassNameDecl
impl Sync for ClassNameDecl
impl Unpin for ClassNameDecl
impl UnsafeUnpin for ClassNameDecl
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