pub struct RedbReadTable { /* private fields */ }Expand description
A read-only table wrapper for redb.
Implements the CrepeDB ReadTable trait for redb’s ReadOnlyTable.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RedbReadTable
impl !RefUnwindSafe for RedbReadTable
impl Send for RedbReadTable
impl Sync for RedbReadTable
impl Unpin for RedbReadTable
impl !UnwindSafe for RedbReadTable
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