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