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