pub struct InvalidPubkey;Trait Implementations§
Source§impl Clone for InvalidPubkey
impl Clone for InvalidPubkey
Source§fn clone(&self) -> InvalidPubkey
fn clone(&self) -> InvalidPubkey
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 InvalidPubkey
impl Debug for InvalidPubkey
Source§impl Display for InvalidPubkey
impl Display for InvalidPubkey
Source§impl Error for InvalidPubkey
impl Error for InvalidPubkey
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 From<InvalidPubkey> for InvalidSig
impl From<InvalidPubkey> for InvalidSig
Source§fn from(v: InvalidPubkey) -> Self
fn from(v: InvalidPubkey) -> Self
Converts to this type from the input type.
Source§impl From<InvalidPubkey> for String
impl From<InvalidPubkey> for String
Source§fn from(err: InvalidPubkey) -> Self
fn from(err: InvalidPubkey) -> Self
Converts to this type from the input type.
Source§impl Hash for InvalidPubkey
impl Hash for InvalidPubkey
Source§impl PartialEq for InvalidPubkey
impl PartialEq for InvalidPubkey
impl Copy for InvalidPubkey
impl Eq for InvalidPubkey
impl StructuralPartialEq for InvalidPubkey
Auto Trait Implementations§
impl Freeze for InvalidPubkey
impl RefUnwindSafe for InvalidPubkey
impl Send for InvalidPubkey
impl Sync for InvalidPubkey
impl Unpin for InvalidPubkey
impl UnwindSafe for InvalidPubkey
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