pub struct KeyChain;
Trait Implementations§
Source§impl KeyStore for KeyChain
impl KeyStore for KeyChain
fn add_signing_key(&self, id: &str, signing_key: &SigningKey) -> Result<()>
fn get_signing_key(&self, id: &str) -> Result<SigningKey>
fn get_or_create_signing_key(&self, id: &str) -> Result<SigningKey>
Auto Trait Implementations§
impl Freeze for KeyChain
impl RefUnwindSafe for KeyChain
impl Send for KeyChain
impl Sync for KeyChain
impl Unpin for KeyChain
impl UnwindSafe for KeyChain
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