pub struct InaccessibleDecryptionKey { /* private fields */ }Expand description
Information about key that could not be used for decryption.
This is returned by Keystore::decrypt when a key appears to be
able to decrypt a message, but the key isn’t accessible, e.g.,
because it is locked.
Implementations§
Trait Implementations§
Source§impl Clone for InaccessibleDecryptionKey
impl Clone for InaccessibleDecryptionKey
Source§fn clone(&self) -> InaccessibleDecryptionKey
fn clone(&self) -> InaccessibleDecryptionKey
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !Freeze for InaccessibleDecryptionKey
impl RefUnwindSafe for InaccessibleDecryptionKey
impl Send for InaccessibleDecryptionKey
impl Sync for InaccessibleDecryptionKey
impl Unpin for InaccessibleDecryptionKey
impl UnwindSafe for InaccessibleDecryptionKey
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