pub struct AstNamedExpr { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for AstNamedExpr
impl Clone for AstNamedExpr
Source§fn clone(&self) -> AstNamedExpr
fn clone(&self) -> AstNamedExpr
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 moreSource§impl Debug for AstNamedExpr
impl Debug for AstNamedExpr
Auto Trait Implementations§
impl Freeze for AstNamedExpr
impl RefUnwindSafe for AstNamedExpr
impl Send for AstNamedExpr
impl Sync for AstNamedExpr
impl Unpin for AstNamedExpr
impl UnsafeUnpin for AstNamedExpr
impl UnwindSafe for AstNamedExpr
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