pub struct ReadOnlyUntypedMultimapTable<'txn> { /* private fields */ }
Expand description
A read-only untyped multimap table
Implementations§
Source§impl<'txn> ReadOnlyUntypedMultimapTable<'txn>
impl<'txn> ReadOnlyUntypedMultimapTable<'txn>
Sourcepub fn stats(&self) -> Result<TableStats, StorageError>
pub fn stats(&self) -> Result<TableStats, StorageError>
Retrieves information about storage usage for the table
Auto Trait Implementations§
impl<'txn> Freeze for ReadOnlyUntypedMultimapTable<'txn>
impl<'txn> !RefUnwindSafe for ReadOnlyUntypedMultimapTable<'txn>
impl<'txn> Send for ReadOnlyUntypedMultimapTable<'txn>
impl<'txn> Sync for ReadOnlyUntypedMultimapTable<'txn>
impl<'txn> Unpin for ReadOnlyUntypedMultimapTable<'txn>
impl<'txn> !UnwindSafe for ReadOnlyUntypedMultimapTable<'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