pub struct WithExpressionNode { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for WithExpressionNode
impl AstNode for WithExpressionNode
Source§impl Clone for WithExpressionNode
impl Clone for WithExpressionNode
Source§fn clone(&self) -> WithExpressionNode
fn clone(&self) -> WithExpressionNode
Returns a copy 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 Debug for WithExpressionNode
impl Debug for WithExpressionNode
Source§impl Hash for WithExpressionNode
impl Hash for WithExpressionNode
Source§impl PartialEq for WithExpressionNode
impl PartialEq for WithExpressionNode
impl Eq for WithExpressionNode
impl StructuralPartialEq for WithExpressionNode
Auto Trait Implementations§
impl Freeze for WithExpressionNode
impl !RefUnwindSafe for WithExpressionNode
impl !Send for WithExpressionNode
impl !Sync for WithExpressionNode
impl Unpin for WithExpressionNode
impl !UnwindSafe for WithExpressionNode
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