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