Struct cfxstore::accounts_dir::DiskKeyFileManager
source · pub struct DiskKeyFileManager { /* private fields */ }
Expand description
Keys file manager for root keys directory
Trait Implementations§
source§impl Default for DiskKeyFileManager
impl Default for DiskKeyFileManager
source§fn default() -> DiskKeyFileManager
fn default() -> DiskKeyFileManager
Returns the “default value” for a type. Read more
source§impl KeyFileManager for DiskKeyFileManager
impl KeyFileManager for DiskKeyFileManager
Auto Trait Implementations§
impl RefUnwindSafe for DiskKeyFileManager
impl Send for DiskKeyFileManager
impl Sync for DiskKeyFileManager
impl Unpin for DiskKeyFileManager
impl UnwindSafe for DiskKeyFileManager
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