pub struct DBSize;Expand description
Return the number of keys in the current database
Trait Implementations§
Source§impl Executable for DBSize
impl Executable for DBSize
impl StructuralPartialEq for DBSize
Auto Trait Implementations§
impl Freeze for DBSize
impl RefUnwindSafe for DBSize
impl Send for DBSize
impl Sync for DBSize
impl Unpin for DBSize
impl UnwindSafe for DBSize
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