pub struct DbInfo {
pub version: String,
pub cipher: String,
pub compression: String,
pub kdf: String,
pub entries: usize,
pub groups: usize,
pub recycle_bin: bool,
}Expand description
Non-secret database facts for db-info.
Fields§
§version: String§cipher: String§compression: String§kdf: String§entries: usize§groups: usize§recycle_bin: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for DbInfo
impl RefUnwindSafe for DbInfo
impl Send for DbInfo
impl Sync for DbInfo
impl Unpin for DbInfo
impl UnsafeUnpin for DbInfo
impl UnwindSafe for DbInfo
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