pub struct IdentitySignatureInvalidSnafu;Expand description
SNAFU context selector for the Error::IdentitySignatureInvalid variant
Implementations§
Trait Implementations§
Source§impl Clone for IdentitySignatureInvalidSnafu
impl Clone for IdentitySignatureInvalidSnafu
Source§fn clone(&self) -> IdentitySignatureInvalidSnafu
fn clone(&self) -> IdentitySignatureInvalidSnafu
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IdentitySignatureInvalidSnafu
Auto Trait Implementations§
impl Freeze for IdentitySignatureInvalidSnafu
impl RefUnwindSafe for IdentitySignatureInvalidSnafu
impl Send for IdentitySignatureInvalidSnafu
impl Sync for IdentitySignatureInvalidSnafu
impl Unpin for IdentitySignatureInvalidSnafu
impl UnsafeUnpin for IdentitySignatureInvalidSnafu
impl UnwindSafe for IdentitySignatureInvalidSnafu
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