pub struct TreeLoaded<N> { /* private fields */ }Expand description
Marker state for an engine with a loaded tree that has not started running yet.
Auto Trait Implementations§
impl<N> Freeze for TreeLoaded<N>where
N: Freeze,
impl<N> RefUnwindSafe for TreeLoaded<N>where
N: RefUnwindSafe,
impl<N> Send for TreeLoaded<N>where
N: Send,
impl<N> Sync for TreeLoaded<N>where
N: Sync,
impl<N> Unpin for TreeLoaded<N>where
N: Unpin,
impl<N> UnsafeUnpin for TreeLoaded<N>where
N: UnsafeUnpin,
impl<N> UnwindSafe for TreeLoaded<N>where
N: UnwindSafe,
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