Struct sv_parser_syntaxtree::source_text::configuration_source_text::ConfigRuleStatementInstUse
source · [−]pub struct ConfigRuleStatementInstUse {
pub nodes: (InstClause, UseClause, Symbol),
}Fields
nodes: (InstClause, UseClause, Symbol)Trait Implementations
sourceimpl Clone for ConfigRuleStatementInstUse
impl Clone for ConfigRuleStatementInstUse
sourcefn clone(&self) -> ConfigRuleStatementInstUse
fn clone(&self) -> ConfigRuleStatementInstUse
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 ConfigRuleStatementInstUse
impl Debug for ConfigRuleStatementInstUse
sourceimpl<'a> From<&'a ConfigRuleStatementInstUse> for RefNodes<'a>
impl<'a> From<&'a ConfigRuleStatementInstUse> for RefNodes<'a>
sourcefn from(x: &'a ConfigRuleStatementInstUse) -> Self
fn from(x: &'a ConfigRuleStatementInstUse) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a ConfigRuleStatementInstUse> for RefNode<'a>
impl<'a> From<&'a ConfigRuleStatementInstUse> for RefNode<'a>
sourcefn from(x: &'a ConfigRuleStatementInstUse) -> Self
fn from(x: &'a ConfigRuleStatementInstUse) -> Self
Converts to this type from the input type.
sourceimpl From<ConfigRuleStatementInstUse> for AnyNode
impl From<ConfigRuleStatementInstUse> for AnyNode
sourcefn from(x: ConfigRuleStatementInstUse) -> Self
fn from(x: ConfigRuleStatementInstUse) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a ConfigRuleStatementInstUse
impl<'a> IntoIterator for &'a ConfigRuleStatementInstUse
sourceimpl PartialEq<ConfigRuleStatementInstUse> for ConfigRuleStatementInstUse
impl PartialEq<ConfigRuleStatementInstUse> for ConfigRuleStatementInstUse
sourcefn eq(&self, other: &ConfigRuleStatementInstUse) -> bool
fn eq(&self, other: &ConfigRuleStatementInstUse) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ConfigRuleStatementInstUse) -> bool
fn ne(&self, other: &ConfigRuleStatementInstUse) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a ConfigRuleStatementInstUse> for Locate
impl<'a> TryFrom<&'a ConfigRuleStatementInstUse> for Locate
sourceimpl TryFrom<AnyNode> for ConfigRuleStatementInstUse
impl TryFrom<AnyNode> for ConfigRuleStatementInstUse
sourceimpl TryFrom<ConfigRuleStatementInstUse> for Locate
impl TryFrom<ConfigRuleStatementInstUse> for Locate
impl StructuralPartialEq for ConfigRuleStatementInstUse
Auto Trait Implementations
impl RefUnwindSafe for ConfigRuleStatementInstUse
impl Send for ConfigRuleStatementInstUse
impl Sync for ConfigRuleStatementInstUse
impl Unpin for ConfigRuleStatementInstUse
impl UnwindSafe for ConfigRuleStatementInstUse
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