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