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