pub struct StaticTable(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 StaticTable
impl Clone for StaticTable
Source§fn clone(&self) -> StaticTable
fn clone(&self) -> StaticTable
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 StaticTable
impl Debug for StaticTable
Source§impl<'gc> Fetchable<'gc> for StaticTable
impl<'gc> Fetchable<'gc> for StaticTable
Source§impl From<StaticTable> for StaticValue
impl From<StaticTable> for StaticValue
Source§fn from(v: StaticTable) -> StaticValue
fn from(v: StaticTable) -> StaticValue
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StaticTable
impl !RefUnwindSafe for StaticTable
impl !Send for StaticTable
impl !Sync for StaticTable
impl Unpin for StaticTable
impl !UnwindSafe for StaticTable
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