Struct moore_svlog_syntax::ast::DelayControl [−][src]
Fields
span: Spanexpr: Expr<'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 DelayControl<'a>
impl<'a> Send for DelayControl<'a>
impl<'a> Sync for DelayControl<'a>
impl<'a> Unpin for DelayControl<'a>
impl<'a> !UnwindSafe for DelayControl<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more