pub enum GetFuturesDataBasisError {
Status4XX(ApiError),
Status5XX(ApiError),
UnknownValue(Value),
}Expand description
struct for typed errors of method get_futures_data_basis
Variants§
Trait Implementations§
Source§impl Clone for GetFuturesDataBasisError
impl Clone for GetFuturesDataBasisError
Source§fn clone(&self) -> GetFuturesDataBasisError
fn clone(&self) -> GetFuturesDataBasisError
Returns a copy 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 GetFuturesDataBasisError
impl Debug for GetFuturesDataBasisError
Source§impl<'de> Deserialize<'de> for GetFuturesDataBasisError
impl<'de> Deserialize<'de> for GetFuturesDataBasisError
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 GetFuturesDataBasisError
impl RefUnwindSafe for GetFuturesDataBasisError
impl Send for GetFuturesDataBasisError
impl Sync for GetFuturesDataBasisError
impl Unpin for GetFuturesDataBasisError
impl UnwindSafe for GetFuturesDataBasisError
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