Struct paypal_rust::resources::enums::currency_code::ParseCurrencyCodeError
source · pub struct ParseCurrencyCodeError(_);
Trait Implementations§
source§impl Debug for ParseCurrencyCodeError
impl Debug for ParseCurrencyCodeError
source§impl Display for ParseCurrencyCodeError
impl Display for ParseCurrencyCodeError
source§impl Error for ParseCurrencyCodeError
impl Error for ParseCurrencyCodeError
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
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