pub struct KeePassFile { /* private fields */ }
Expand description
Testing doc macros
assert!(true);
Does it work?
Implementations§
Source§impl KeePassFile
impl KeePassFile
pub fn root_group(&self) -> &Group
Trait Implementations§
Source§impl Clone for KeePassFile
impl Clone for KeePassFile
Source§fn clone(&self) -> KeePassFile
fn clone(&self) -> KeePassFile
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for KeePassFile
impl Debug for KeePassFile
Source§impl Default for KeePassFile
impl Default for KeePassFile
Source§fn default() -> KeePassFile
fn default() -> KeePassFile
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for KeePassFile
impl RefUnwindSafe for KeePassFile
impl Send for KeePassFile
impl Sync for KeePassFile
impl Unpin for KeePassFile
impl UnwindSafe for KeePassFile
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