pub struct StashedClosure(pub DynamicRoot<__DynRootable<dyn for<'__gc> Rootable<'__gc, Root = Closure<'__gc>>>>);Tuple Fields§
§0: DynamicRoot<__DynRootable<dyn for<'__gc> Rootable<'__gc, Root = Closure<'__gc>>>>Trait Implementations§
Source§impl Clone for StashedClosure
impl Clone for StashedClosure
Source§fn clone(&self) -> StashedClosure
fn clone(&self) -> StashedClosure
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 StashedClosure
impl Debug for StashedClosure
Source§impl<'gc> Fetchable<'gc> for StashedClosure
impl<'gc> Fetchable<'gc> for StashedClosure
Source§impl From<StashedClosure> for StashedFunction
impl From<StashedClosure> for StashedFunction
Source§fn from(closure: StashedClosure) -> Self
fn from(closure: StashedClosure) -> Self
Converts to this type from the input type.
Source§impl From<StashedClosure> for StaticValue
impl From<StashedClosure> for StaticValue
Source§fn from(v: StashedClosure) -> StaticValue
fn from(v: StashedClosure) -> StaticValue
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StashedClosure
impl !RefUnwindSafe for StashedClosure
impl !Send for StashedClosure
impl !Sync for StashedClosure
impl Unpin for StashedClosure
impl !UnwindSafe for StashedClosure
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