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
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more