pub struct WaitAction { /* private fields */ }Expand description
Waits for a specified duration.
Implementations§
Trait Implementations§
Source§impl BehaviorNode for WaitAction
impl BehaviorNode for WaitAction
Auto Trait Implementations§
impl Freeze for WaitAction
impl RefUnwindSafe for WaitAction
impl Send for WaitAction
impl Sync for WaitAction
impl Unpin for WaitAction
impl UnsafeUnpin for WaitAction
impl UnwindSafe for WaitAction
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