pub struct CipherFailure;Expand description
Marker: the stored ciphertext could not be decrypted. Both call
sites drop the session — for opposite reasons (S-L3:
Revoked{CipherFailure}; S-L6: Expired) — but the local
handling is identical.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CipherFailure
impl RefUnwindSafe for CipherFailure
impl Send for CipherFailure
impl Sync for CipherFailure
impl Unpin for CipherFailure
impl UnsafeUnpin for CipherFailure
impl UnwindSafe for CipherFailure
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