pub struct ConstraintDeclaration {
pub nodes: (Option<Static>, Keyword, ConstraintIdentifier, ConstraintBlock),
}Fields
nodes: (Option<Static>, Keyword, ConstraintIdentifier, ConstraintBlock)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 ConstraintDeclaration
impl Send for ConstraintDeclaration
impl Sync for ConstraintDeclaration
impl Unpin for ConstraintDeclaration
impl UnwindSafe for ConstraintDeclaration
Blanket Implementations
Mutably borrows from an owned value. Read more