pub struct ConfigDeclaration {
pub nodes: (Keyword, ConfigIdentifier, Symbol, Vec<(LocalParameterDeclaration, Symbol)>, DesignStatement, Vec<ConfigRuleStatement>, Keyword, Option<(Symbol, ConfigIdentifier)>),
}Fields
nodes: (Keyword, ConfigIdentifier, Symbol, Vec<(LocalParameterDeclaration, Symbol)>, DesignStatement, Vec<ConfigRuleStatement>, Keyword, Option<(Symbol, ConfigIdentifier)>)Trait Implementations
sourceimpl Clone for ConfigDeclaration
impl Clone for ConfigDeclaration
sourcefn clone(&self) -> ConfigDeclaration
fn clone(&self) -> ConfigDeclaration
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 ConfigDeclaration
impl Debug for ConfigDeclaration
sourceimpl<'a> From<&'a ConfigDeclaration> for RefNode<'a>
impl<'a> From<&'a ConfigDeclaration> for RefNode<'a>
sourcefn from(x: &'a ConfigDeclaration) -> Self
fn from(x: &'a ConfigDeclaration) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a ConfigDeclaration> for RefNodes<'a>
impl<'a> From<&'a ConfigDeclaration> for RefNodes<'a>
sourcefn from(x: &'a ConfigDeclaration) -> Self
fn from(x: &'a ConfigDeclaration) -> Self
Converts to this type from the input type.
sourceimpl From<ConfigDeclaration> for AnyNode
impl From<ConfigDeclaration> for AnyNode
sourcefn from(x: ConfigDeclaration) -> Self
fn from(x: ConfigDeclaration) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a ConfigDeclaration
impl<'a> IntoIterator for &'a ConfigDeclaration
sourceimpl PartialEq<ConfigDeclaration> for ConfigDeclaration
impl PartialEq<ConfigDeclaration> for ConfigDeclaration
sourcefn eq(&self, other: &ConfigDeclaration) -> bool
fn eq(&self, other: &ConfigDeclaration) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ConfigDeclaration) -> bool
fn ne(&self, other: &ConfigDeclaration) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a ConfigDeclaration> for Locate
impl<'a> TryFrom<&'a ConfigDeclaration> for Locate
sourceimpl TryFrom<AnyNode> for ConfigDeclaration
impl TryFrom<AnyNode> for ConfigDeclaration
sourceimpl TryFrom<ConfigDeclaration> for Locate
impl TryFrom<ConfigDeclaration> for Locate
impl StructuralPartialEq for ConfigDeclaration
Auto Trait Implementations
impl RefUnwindSafe for ConfigDeclaration
impl Send for ConfigDeclaration
impl Sync for ConfigDeclaration
impl Unpin for ConfigDeclaration
impl UnwindSafe for ConfigDeclaration
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