pub enum MarketSearchByFigiGetError {
Status500(Error),
UnknownValue(Value),
}Expand description
struct for typed errors of method market_search_by_figi_get
Variants§
Trait Implementations§
Source§impl Clone for MarketSearchByFigiGetError
impl Clone for MarketSearchByFigiGetError
Source§fn clone(&self) -> MarketSearchByFigiGetError
fn clone(&self) -> MarketSearchByFigiGetError
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 MarketSearchByFigiGetError
impl Debug for MarketSearchByFigiGetError
Source§impl<'de> Deserialize<'de> for MarketSearchByFigiGetError
impl<'de> Deserialize<'de> for MarketSearchByFigiGetError
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 MarketSearchByFigiGetError
impl RefUnwindSafe for MarketSearchByFigiGetError
impl Send for MarketSearchByFigiGetError
impl Sync for MarketSearchByFigiGetError
impl Unpin for MarketSearchByFigiGetError
impl UnwindSafe for MarketSearchByFigiGetError
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