pub struct SignatureFromBytesError(/* private fields */);Available on crate feature
serde only.Trait Implementations§
Source§impl Debug for SignatureFromBytesError
impl Debug for SignatureFromBytesError
Source§impl Display for SignatureFromBytesError
impl Display for SignatureFromBytesError
Source§impl Error for SignatureFromBytesError
impl Error for SignatureFromBytesError
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<SignatureFromBytesError> for MultisigError
impl From<SignatureFromBytesError> for MultisigError
Source§fn from(source: SignatureFromBytesError) -> Self
fn from(source: SignatureFromBytesError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SignatureFromBytesError
impl RefUnwindSafe for SignatureFromBytesError
impl Send for SignatureFromBytesError
impl Sync for SignatureFromBytesError
impl Unpin for SignatureFromBytesError
impl UnsafeUnpin for SignatureFromBytesError
impl UnwindSafe for SignatureFromBytesError
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