pub enum TableStorage {
Anyfunc(Box<AnyfuncTable>),
}Expand description
Kind of table storage.
Variants§
Auto Trait Implementations§
impl Freeze for TableStorage
impl !RefUnwindSafe for TableStorage
impl Send for TableStorage
impl !Sync for TableStorage
impl Unpin for TableStorage
impl !UnwindSafe for TableStorage
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