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