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