pub struct FileKeyStore { /* private fields */ }Implementations§
Source§impl FileKeyStore
impl FileKeyStore
Trait Implementations§
Source§impl KeyStore for FileKeyStore
impl KeyStore for FileKeyStore
fn read_keys(&self) -> Result<Vec<KeyMaterial>, KeyStoreError>
fn write_keys(&self, keys: &[KeyMaterial]) -> Result<(), KeyStoreError>
Auto Trait Implementations§
impl Freeze for FileKeyStore
impl RefUnwindSafe for FileKeyStore
impl Send for FileKeyStore
impl Sync for FileKeyStore
impl Unpin for FileKeyStore
impl UnwindSafe for FileKeyStore
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