pub enum MarketCurrenciesGetError {
Status500(Error),
UnknownValue(Value),
}Expand description
struct for typed errors of method market_currencies_get
Variants§
Trait Implementations§
Source§impl Clone for MarketCurrenciesGetError
impl Clone for MarketCurrenciesGetError
Source§fn clone(&self) -> MarketCurrenciesGetError
fn clone(&self) -> MarketCurrenciesGetError
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 MarketCurrenciesGetError
impl Debug for MarketCurrenciesGetError
Source§impl<'de> Deserialize<'de> for MarketCurrenciesGetError
impl<'de> Deserialize<'de> for MarketCurrenciesGetError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for MarketCurrenciesGetError
impl RefUnwindSafe for MarketCurrenciesGetError
impl Send for MarketCurrenciesGetError
impl Sync for MarketCurrenciesGetError
impl Unpin for MarketCurrenciesGetError
impl UnwindSafe for MarketCurrenciesGetError
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