pub struct DelayControl<'a> {
pub span: Span,
pub expr: Expr<'a>,
}
Fields§
§span: Span
§expr: Expr<'a>
Trait Implementations§
Source§impl<'a> AcceptVisitor<'a> for DelayControl<'a>
impl<'a> AcceptVisitor<'a> for DelayControl<'a>
Source§impl<'a> Clone for DelayControl<'a>
impl<'a> Clone for DelayControl<'a>
Source§fn clone(&self) -> DelayControl<'a>
fn clone(&self) -> DelayControl<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Debug for DelayControl<'a>
impl<'a> Debug for DelayControl<'a>
Source§impl<'a> ForEachChild<'a> for DelayControl<'a>
impl<'a> ForEachChild<'a> for DelayControl<'a>
Source§fn for_each_child(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
fn for_each_child(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
Apply a function to each child node.
Source§impl<'a> ForEachNode<'a> for DelayControl<'a>
impl<'a> ForEachNode<'a> for DelayControl<'a>
Source§fn for_each_node(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
fn for_each_node(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
Apply a function to this node.
Source§impl<'a> PartialEq for DelayControl<'a>
impl<'a> PartialEq for DelayControl<'a>
Source§impl<'a> WalkVisitor<'a> for DelayControl<'a>
impl<'a> WalkVisitor<'a> for DelayControl<'a>
impl<'a> Eq for DelayControl<'a>
impl<'a> StructuralPartialEq for DelayControl<'a>
Auto Trait Implementations§
impl<'a> !Freeze for DelayControl<'a>
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more