pub struct StashedExecutor(pub DynamicRoot<__DynRootable<dyn for<'__gc> Rootable<'__gc, Root = Executor<'__gc>>>>);Tuple Fields§
§0: DynamicRoot<__DynRootable<dyn for<'__gc> Rootable<'__gc, Root = Executor<'__gc>>>>Trait Implementations§
Source§impl Clone for StashedExecutor
impl Clone for StashedExecutor
Source§fn clone(&self) -> StashedExecutor
fn clone(&self) -> StashedExecutor
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 StashedExecutor
impl Debug for StashedExecutor
Auto Trait Implementations§
impl Freeze for StashedExecutor
impl !RefUnwindSafe for StashedExecutor
impl !Send for StashedExecutor
impl !Sync for StashedExecutor
impl Unpin for StashedExecutor
impl !UnwindSafe for StashedExecutor
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