pub struct Table<'txn> { /* private fields */ }Expand description
A handle to an individual table in a database.
A table handle denotes the name and parameters of a table in a database.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'txn> Freeze for Table<'txn>
impl<'txn> RefUnwindSafe for Table<'txn>
impl<'txn> Send for Table<'txn>
impl<'txn> Sync for Table<'txn>
impl<'txn> Unpin for Table<'txn>
impl<'txn> UnwindSafe for Table<'txn>
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