Struct espr::ast::DomainRule [−][src]
pub struct DomainRule {
pub label: Option<String>,
pub expr: Expression,
}
Fields
label: Option<String>
expr: Expression
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 DomainRule
impl Send for DomainRule
impl Sync for DomainRule
impl Unpin for DomainRule
impl UnwindSafe for DomainRule
Blanket Implementations
Mutably borrows from an owned value. Read more