Struct sv_parser_syntaxtree::source_text::configuration_source_text::ConfigRuleStatementCellUse
source · [−]pub struct ConfigRuleStatementCellUse {
pub nodes: (CellClause, UseClause, Symbol),
}Fields
nodes: (CellClause, UseClause, Symbol)Trait Implementations
sourceimpl Clone for ConfigRuleStatementCellUse
impl Clone for ConfigRuleStatementCellUse
sourcefn clone(&self) -> ConfigRuleStatementCellUse
fn clone(&self) -> ConfigRuleStatementCellUse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ConfigRuleStatementCellUse
impl Debug for ConfigRuleStatementCellUse
sourceimpl<'a> From<&'a ConfigRuleStatementCellUse> for RefNode<'a>
impl<'a> From<&'a ConfigRuleStatementCellUse> for RefNode<'a>
sourcefn from(x: &'a ConfigRuleStatementCellUse) -> Self
fn from(x: &'a ConfigRuleStatementCellUse) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a ConfigRuleStatementCellUse> for RefNodes<'a>
impl<'a> From<&'a ConfigRuleStatementCellUse> for RefNodes<'a>
sourcefn from(x: &'a ConfigRuleStatementCellUse) -> Self
fn from(x: &'a ConfigRuleStatementCellUse) -> Self
Converts to this type from the input type.
sourceimpl From<ConfigRuleStatementCellUse> for AnyNode
impl From<ConfigRuleStatementCellUse> for AnyNode
sourcefn from(x: ConfigRuleStatementCellUse) -> Self
fn from(x: ConfigRuleStatementCellUse) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a ConfigRuleStatementCellUse
impl<'a> IntoIterator for &'a ConfigRuleStatementCellUse
sourceimpl PartialEq<ConfigRuleStatementCellUse> for ConfigRuleStatementCellUse
impl PartialEq<ConfigRuleStatementCellUse> for ConfigRuleStatementCellUse
sourcefn eq(&self, other: &ConfigRuleStatementCellUse) -> bool
fn eq(&self, other: &ConfigRuleStatementCellUse) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ConfigRuleStatementCellUse) -> bool
fn ne(&self, other: &ConfigRuleStatementCellUse) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a ConfigRuleStatementCellUse> for Locate
impl<'a> TryFrom<&'a ConfigRuleStatementCellUse> for Locate
sourceimpl TryFrom<AnyNode> for ConfigRuleStatementCellUse
impl TryFrom<AnyNode> for ConfigRuleStatementCellUse
sourceimpl TryFrom<ConfigRuleStatementCellUse> for Locate
impl TryFrom<ConfigRuleStatementCellUse> for Locate
impl StructuralPartialEq for ConfigRuleStatementCellUse
Auto Trait Implementations
impl RefUnwindSafe for ConfigRuleStatementCellUse
impl Send for ConfigRuleStatementCellUse
impl Sync for ConfigRuleStatementCellUse
impl Unpin for ConfigRuleStatementCellUse
impl UnwindSafe for ConfigRuleStatementCellUse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more