pub struct InnerClassDecl(/* private fields */);Implementations§
Trait Implementations§
Source§impl AstNode for InnerClassDecl
impl AstNode for InnerClassDecl
Source§impl Clone for InnerClassDecl
impl Clone for InnerClassDecl
Source§fn clone(&self) -> InnerClassDecl
fn clone(&self) -> InnerClassDecl
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 InnerClassDecl
impl !UnwindSafe for InnerClassDecl
impl Freeze for InnerClassDecl
impl Send for InnerClassDecl
impl Sync for InnerClassDecl
impl Unpin for InnerClassDecl
impl UnsafeUnpin for InnerClassDecl
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