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