Struct offchain::subaddress::SubaddressParseError
source · pub struct SubaddressParseError;
Trait Implementations§
source§impl Clone for SubaddressParseError
impl Clone for SubaddressParseError
source§fn clone(&self) -> SubaddressParseError
fn clone(&self) -> SubaddressParseError
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 moresource§impl Debug for SubaddressParseError
impl Debug for SubaddressParseError
source§impl Display for SubaddressParseError
impl Display for SubaddressParseError
source§impl Error for SubaddressParseError
impl Error for SubaddressParseError
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()
source§impl From<SubaddressParseError> for IntentIdentifierError
impl From<SubaddressParseError> for IntentIdentifierError
source§fn from(source: SubaddressParseError) -> Self
fn from(source: SubaddressParseError) -> Self
Converts to this type from the input type.