pub struct JsonKeyStore { /* private fields */ }Expand description
Plaintext JSON keystore (MVP implementation).
Stores keys in a JSON file on disk. NOT SECURE for production use. Keys are stored in plaintext. Use only for development and testing.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsonKeyStore
impl RefUnwindSafe for JsonKeyStore
impl Send for JsonKeyStore
impl Sync for JsonKeyStore
impl Unpin for JsonKeyStore
impl UnsafeUnpin for JsonKeyStore
impl UnwindSafe for JsonKeyStore
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