pub enum CurrencyCodeError {
Invalid(String),
}Expand description
Error type for CurrencyCode parsing.
Variants§
Trait Implementations§
Source§impl Clone for CurrencyCodeError
impl Clone for CurrencyCodeError
Source§fn clone(&self) -> CurrencyCodeError
fn clone(&self) -> CurrencyCodeError
Returns a duplicate 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 CurrencyCodeError
impl Debug for CurrencyCodeError
Auto Trait Implementations§
impl Freeze for CurrencyCodeError
impl RefUnwindSafe for CurrencyCodeError
impl Send for CurrencyCodeError
impl Sync for CurrencyCodeError
impl Unpin for CurrencyCodeError
impl UnsafeUnpin for CurrencyCodeError
impl UnwindSafe for CurrencyCodeError
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