pub struct DbRef { /* private fields */ }Expand description
DB namespace block reference for table access (#133 §2).
Implementations§
Auto Trait Implementations§
impl Freeze for DbRef
impl !RefUnwindSafe for DbRef
impl Send for DbRef
impl Sync for DbRef
impl Unpin for DbRef
impl UnsafeUnpin for DbRef
impl !UnwindSafe for DbRef
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