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