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