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