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