pub struct InvalidCurrencyCode(/* private fields */);Trait Implementations§
Source§impl Debug for InvalidCurrencyCode
impl Debug for InvalidCurrencyCode
Source§impl Display for InvalidCurrencyCode
impl Display for InvalidCurrencyCode
Source§impl Error for InvalidCurrencyCode
impl Error for InvalidCurrencyCode
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()
Auto Trait Implementations§
impl Freeze for InvalidCurrencyCode
impl RefUnwindSafe for InvalidCurrencyCode
impl Send for InvalidCurrencyCode
impl Sync for InvalidCurrencyCode
impl Unpin for InvalidCurrencyCode
impl UnsafeUnpin for InvalidCurrencyCode
impl UnwindSafe for InvalidCurrencyCode
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