pub struct CycleDelay {}Trait Implementations§
Source§impl<'a> AcceptVisitor<'a> for CycleDelay
impl<'a> AcceptVisitor<'a> for CycleDelay
Source§impl Clone for CycleDelay
impl Clone for CycleDelay
Source§fn clone(&self) -> CycleDelay
fn clone(&self) -> CycleDelay
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 Debug for CycleDelay
impl Debug for CycleDelay
Source§impl<'a> ForEachChild<'a> for CycleDelay
impl<'a> ForEachChild<'a> for CycleDelay
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 CycleDelay
impl<'a> ForEachNode<'a> for CycleDelay
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 PartialEq for CycleDelay
impl PartialEq for CycleDelay
Source§impl<'a> WalkVisitor<'a> for CycleDelay
impl<'a> WalkVisitor<'a> for CycleDelay
impl Eq for CycleDelay
impl StructuralPartialEq for CycleDelay
Auto Trait Implementations§
impl Freeze for CycleDelay
impl RefUnwindSafe for CycleDelay
impl Send for CycleDelay
impl Sync for CycleDelay
impl Unpin for CycleDelay
impl UnwindSafe for CycleDelay
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