pub struct NoTick;
Expand description
Node that will panic when it ticks.
Inspired by https://github.com/danieleades/aspen/blob/master/src/std_nodes/testing.rs
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoTick
impl RefUnwindSafe for NoTick
impl Send for NoTick
impl Sync for NoTick
impl Unpin for NoTick
impl UnwindSafe for NoTick
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