Struct redb_32bit::ReadOnlyUntypedTable
source · pub struct ReadOnlyUntypedTable<'txn> { /* private fields */ }
Expand description
A read-only untyped table
Implementations§
source§impl<'txn> ReadOnlyUntypedTable<'txn>
impl<'txn> ReadOnlyUntypedTable<'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 ReadOnlyUntypedTable<'txn>
impl<'txn> !RefUnwindSafe for ReadOnlyUntypedTable<'txn>
impl<'txn> Send for ReadOnlyUntypedTable<'txn>
impl<'txn> Sync for ReadOnlyUntypedTable<'txn>
impl<'txn> Unpin for ReadOnlyUntypedTable<'txn>
impl<'txn> !UnwindSafe for ReadOnlyUntypedTable<'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