pub struct Table<T: TableType + 'static>(/* private fields */);Expand description
Provides methods for interacting with a typed table.
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Table<T>
impl<T> !RefUnwindSafe for Table<T>
impl<T> !Send for Table<T>
impl<T> !Sync for Table<T>
impl<T> Unpin for Table<T>
impl<T> !UnwindSafe for Table<T>
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