pub struct SignatureDecodeError;Trait Implementations§
Source§impl Clone for SignatureDecodeError
impl Clone for SignatureDecodeError
Source§fn clone(&self) -> SignatureDecodeError
fn clone(&self) -> SignatureDecodeError
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 SignatureDecodeError
impl Debug for SignatureDecodeError
Source§impl Display for SignatureDecodeError
impl Display for SignatureDecodeError
Source§impl Error for SignatureDecodeError
impl Error for SignatureDecodeError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl Hash for SignatureDecodeError
impl Hash for SignatureDecodeError
Source§impl Ord for SignatureDecodeError
impl Ord for SignatureDecodeError
Source§fn cmp(&self, other: &SignatureDecodeError) -> Ordering
fn cmp(&self, other: &SignatureDecodeError) -> 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 SignatureDecodeError
impl PartialEq for SignatureDecodeError
Source§impl PartialOrd for SignatureDecodeError
impl PartialOrd for SignatureDecodeError
impl Copy for SignatureDecodeError
impl Eq for SignatureDecodeError
impl StructuralPartialEq for SignatureDecodeError
Auto Trait Implementations§
impl Freeze for SignatureDecodeError
impl RefUnwindSafe for SignatureDecodeError
impl Send for SignatureDecodeError
impl Sync for SignatureDecodeError
impl Unpin for SignatureDecodeError
impl UnwindSafe for SignatureDecodeError
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