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