pub struct Runnable<N> { /* private fields */ }Expand description
Marker state for an engine whose tree is ready to be ticked.
Trait Implementations§
Auto Trait Implementations§
impl<N> Freeze for Runnable<N>where
N: Freeze,
impl<N> !RefUnwindSafe for Runnable<N>
impl<N> Send for Runnable<N>where
N: Send,
impl<N> Sync for Runnable<N>where
N: Sync,
impl<N> Unpin for Runnable<N>where
N: Unpin,
impl<N> UnsafeUnpin for Runnable<N>where
N: UnsafeUnpin,
impl<N> !UnwindSafe for Runnable<N>
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