Struct moore_svlog::ast::Constraint [−][src]
pub struct Constraint<'a> {
pub span: Span,
pub kind: ConstraintKind,
pub statik: bool,
pub name: Name,
pub name_span: Span,
pub items: Vec<ConstraintItem<'a>, Global>,
}
Fields
span: Span
kind: ConstraintKind
statik: bool
name: Name
name_span: Span
items: Vec<ConstraintItem<'a>, Global>
Trait Implementations
Apply a function to each child node.
Apply a function to this node.
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<'a> !RefUnwindSafe for Constraint<'a>
impl<'a> Send for Constraint<'a>
impl<'a> Sync for Constraint<'a>
impl<'a> Unpin for Constraint<'a>
impl<'a> !UnwindSafe for Constraint<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more