Struct espr::ast::SubTypeConstraint [−][src]
pub struct SubTypeConstraint {
pub name: String,
pub entity: String,
pub is_abstract: bool,
pub total_over: Option<Vec<String>>,
pub expr: Option<SuperTypeExpression>,
}
Fields
name: String
entity: String
is_abstract: bool
total_over: Option<Vec<String>>
expr: Option<SuperTypeExpression>
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 SubTypeConstraint
impl Send for SubTypeConstraint
impl Sync for SubTypeConstraint
impl Unpin for SubTypeConstraint
impl UnwindSafe for SubTypeConstraint
Blanket Implementations
Mutably borrows from an owned value. Read more