pub struct UnpaddingSnafu;
Expand description
SNAFU context selector for the CryptoError::Unpadding
variant
Trait Implementations§
Source§impl Clone for UnpaddingSnafu
impl Clone for UnpaddingSnafu
Source§fn clone(&self) -> UnpaddingSnafu
fn clone(&self) -> UnpaddingSnafu
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 moreSource§impl Debug for UnpaddingSnafu
impl Debug for UnpaddingSnafu
Source§impl IntoError<CryptoError> for UnpaddingSnafu
impl IntoError<CryptoError> for UnpaddingSnafu
Source§type Source = UnpadError
type Source = UnpadError
The underlying error
Source§fn into_error(self, error: Self::Source) -> CryptoError
fn into_error(self, error: Self::Source) -> CryptoError
Combine the information to produce the error
impl Copy for UnpaddingSnafu
Auto Trait Implementations§
impl Freeze for UnpaddingSnafu
impl RefUnwindSafe for UnpaddingSnafu
impl Send for UnpaddingSnafu
impl Sync for UnpaddingSnafu
impl Unpin for UnpaddingSnafu
impl UnwindSafe for UnpaddingSnafu
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