pub struct KeePassDoc {
pub file: KeePassFile,
pub cipher: CipherValue,
}
Expand description
A KeePass database
Fields§
§file: KeePassFile
§cipher: CipherValue
Implementations§
Trait Implementations§
Source§impl Debug for KeePassDoc
impl Debug for KeePassDoc
Source§impl Default for KeePassDoc
impl Default for KeePassDoc
Source§fn default() -> KeePassDoc
fn default() -> KeePassDoc
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for KeePassDoc
impl RefUnwindSafe for KeePassDoc
impl Send for KeePassDoc
impl Sync for KeePassDoc
impl Unpin for KeePassDoc
impl UnwindSafe for KeePassDoc
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