pub struct InvalidCiphertext;Expand description
The error type returned when a fallible, in-place operation fails.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InvalidCiphertext
impl RefUnwindSafe for InvalidCiphertext
impl Send for InvalidCiphertext
impl Sync for InvalidCiphertext
impl Unpin for InvalidCiphertext
impl UnsafeUnpin for InvalidCiphertext
impl UnwindSafe for InvalidCiphertext
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