pub enum DecodeSignatureError {
InvalidEncoding,
InvalidBytes,
}
Variants§
Trait Implementations§
Source§impl Clone for DecodeSignatureError
impl Clone for DecodeSignatureError
Source§fn clone(&self) -> DecodeSignatureError
fn clone(&self) -> DecodeSignatureError
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 DecodeSignatureError
impl Debug for DecodeSignatureError
Source§impl From<DecodeSignatureError> for VerifyEndorsementError
impl From<DecodeSignatureError> for VerifyEndorsementError
Source§fn from(inner: DecodeSignatureError) -> Self
fn from(inner: DecodeSignatureError) -> Self
Converts to this type from the input type.
Source§impl Hash for DecodeSignatureError
impl Hash for DecodeSignatureError
Source§impl Ord for DecodeSignatureError
impl Ord for DecodeSignatureError
Source§fn cmp(&self, other: &DecodeSignatureError) -> Ordering
fn cmp(&self, other: &DecodeSignatureError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DecodeSignatureError
impl PartialEq for DecodeSignatureError
Source§impl PartialOrd for DecodeSignatureError
impl PartialOrd for DecodeSignatureError
impl Copy for DecodeSignatureError
impl Eq for DecodeSignatureError
impl StructuralPartialEq for DecodeSignatureError
Auto Trait Implementations§
impl Freeze for DecodeSignatureError
impl RefUnwindSafe for DecodeSignatureError
impl Send for DecodeSignatureError
impl Sync for DecodeSignatureError
impl Unpin for DecodeSignatureError
impl UnwindSafe for DecodeSignatureError
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