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