pub struct GetPassSnafu;
Expand description
SNAFU context selector for the CryptoError::GetPass
variant
Trait Implementations§
Source§impl Clone for GetPassSnafu
impl Clone for GetPassSnafu
Source§fn clone(&self) -> GetPassSnafu
fn clone(&self) -> GetPassSnafu
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 GetPassSnafu
impl Debug for GetPassSnafu
Source§impl IntoError<CryptoError> for GetPassSnafu
impl IntoError<CryptoError> for GetPassSnafu
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 GetPassSnafu
Auto Trait Implementations§
impl Freeze for GetPassSnafu
impl RefUnwindSafe for GetPassSnafu
impl Send for GetPassSnafu
impl Sync for GetPassSnafu
impl Unpin for GetPassSnafu
impl UnwindSafe for GetPassSnafu
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