Enum espr::ast::Constraint [−][src]
pub enum Constraint {
AbstractEntity,
AbstractSuperType(Option<SuperTypeExpression>),
SuperTypeRule(SuperTypeExpression),
}
Variants
AbstractSuperType(Option<SuperTypeExpression>)
Tuple Fields of AbstractSuperType
SuperTypeRule(SuperTypeExpression)
Tuple Fields of SuperTypeRule
Trait Implementations
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 Constraint
impl Send for Constraint
impl Sync for Constraint
impl Unpin for Constraint
impl UnwindSafe for Constraint
Blanket Implementations
Mutably borrows from an owned value. Read more