Struct moore_svlog_syntax::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>>,
}Fields
span: Spankind: ConstraintKindstatik: boolname: Namename_span: Spanitems: Vec<ConstraintItem<'a>>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