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