Struct ethstore::accounts_dir::DiskKeyFileManager
source · [−]pub struct DiskKeyFileManager { /* private fields */ }
Expand description
Keys file manager for root keys directory
Trait Implementations
sourceimpl Default for DiskKeyFileManager
impl Default for DiskKeyFileManager
sourcefn default() -> DiskKeyFileManager
fn default() -> DiskKeyFileManager
Returns the “default value” for a type. Read more
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more