Struct bdk_chain::bitcoin::address::error::InvalidBase58PayloadLengthError
pub struct InvalidBase58PayloadLengthError { /* private fields */ }
Expand description
Decoded base58 data was an invalid length.
Implementations§
§impl InvalidBase58PayloadLengthError
impl InvalidBase58PayloadLengthError
pub fn invalid_base58_payload_length(&self) -> usize
pub fn invalid_base58_payload_length(&self) -> usize
Returns the invalid payload length.
Trait Implementations§
§impl Clone for InvalidBase58PayloadLengthError
impl Clone for InvalidBase58PayloadLengthError
§fn clone(&self) -> InvalidBase58PayloadLengthError
fn clone(&self) -> InvalidBase58PayloadLengthError
Returns a copy 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 more§impl Debug for InvalidBase58PayloadLengthError
impl Debug for InvalidBase58PayloadLengthError
§impl Display for InvalidBase58PayloadLengthError
impl Display for InvalidBase58PayloadLengthError
§impl Error for InvalidBase58PayloadLengthError
impl Error for InvalidBase58PayloadLengthError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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()
§impl From<InvalidBase58PayloadLengthError> for ParseError
impl From<InvalidBase58PayloadLengthError> for ParseError
§fn from(e: InvalidBase58PayloadLengthError) -> ParseError
fn from(e: InvalidBase58PayloadLengthError) -> ParseError
Converts to this type from the input type.
§impl PartialEq for InvalidBase58PayloadLengthError
impl PartialEq for InvalidBase58PayloadLengthError
§fn eq(&self, other: &InvalidBase58PayloadLengthError) -> bool
fn eq(&self, other: &InvalidBase58PayloadLengthError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for InvalidBase58PayloadLengthError
impl StructuralPartialEq for InvalidBase58PayloadLengthError
Auto Trait Implementations§
impl Freeze for InvalidBase58PayloadLengthError
impl RefUnwindSafe for InvalidBase58PayloadLengthError
impl Send for InvalidBase58PayloadLengthError
impl Sync for InvalidBase58PayloadLengthError
impl Unpin for InvalidBase58PayloadLengthError
impl UnwindSafe for InvalidBase58PayloadLengthError
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more