pub struct CondPattern {
    pub nodes: (Expression, Keyword, Pattern),
}Fields§
§nodes: (Expression, Keyword, Pattern)Trait Implementations§
Source§impl Clone for CondPattern
 
impl Clone for CondPattern
Source§fn clone(&self) -> CondPattern
 
fn clone(&self) -> CondPattern
Returns a duplicate 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 CondPattern
 
impl Debug for CondPattern
Source§impl<'a> From<&'a CondPattern> for RefNode<'a>
 
impl<'a> From<&'a CondPattern> for RefNode<'a>
Source§fn from(x: &'a CondPattern) -> RefNode<'a>
 
fn from(x: &'a CondPattern) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a CondPattern> for RefNodes<'a>
 
impl<'a> From<&'a CondPattern> for RefNodes<'a>
Source§fn from(x: &'a CondPattern) -> RefNodes<'a>
 
fn from(x: &'a CondPattern) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<CondPattern> for AnyNode
 
impl From<CondPattern> for AnyNode
Source§fn from(x: CondPattern) -> AnyNode
 
fn from(x: CondPattern) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a CondPattern
 
impl<'a> IntoIterator for &'a CondPattern
Source§impl PartialEq for CondPattern
 
impl PartialEq for CondPattern
Source§impl<'a> TryFrom<&'a CondPattern> for Locate
 
impl<'a> TryFrom<&'a CondPattern> for Locate
Source§impl TryFrom<AnyNode> for CondPattern
 
impl TryFrom<AnyNode> for CondPattern
Source§impl TryFrom<CondPattern> for Locate
 
impl TryFrom<CondPattern> for Locate
impl StructuralPartialEq for CondPattern
Auto Trait Implementations§
impl Freeze for CondPattern
impl RefUnwindSafe for CondPattern
impl Send for CondPattern
impl Sync for CondPattern
impl Unpin for CondPattern
impl UnwindSafe for CondPattern
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