Struct moore_svlog::ast::ConstraintItem [−][src]
pub struct ConstraintItem<'a> {
pub span: Span,
pub data: ConstraintItemData<'a>,
}
Fields
span: Span
data: ConstraintItemData<'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 ConstraintItem<'a>
impl<'a> Send for ConstraintItem<'a>
impl<'a> Sync for ConstraintItem<'a>
impl<'a> Unpin for ConstraintItem<'a>
impl<'a> !UnwindSafe for ConstraintItem<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more