pub struct TradingErrorResponse {
pub error: TradingErrorResponseError,
}Fields§
§error: TradingErrorResponseErrorImplementations§
Source§impl TradingErrorResponse
impl TradingErrorResponse
pub fn new(error: TradingErrorResponseError) -> TradingErrorResponse
Trait Implementations§
Source§impl Clone for TradingErrorResponse
impl Clone for TradingErrorResponse
Source§fn clone(&self) -> TradingErrorResponse
fn clone(&self) -> TradingErrorResponse
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 TradingErrorResponse
impl Debug for TradingErrorResponse
Source§impl Default for TradingErrorResponse
impl Default for TradingErrorResponse
Source§fn default() -> TradingErrorResponse
fn default() -> TradingErrorResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TradingErrorResponse
impl<'de> Deserialize<'de> for TradingErrorResponse
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
Source§impl PartialEq for TradingErrorResponse
impl PartialEq for TradingErrorResponse
Source§impl Serialize for TradingErrorResponse
impl Serialize for TradingErrorResponse
impl StructuralPartialEq for TradingErrorResponse
Auto Trait Implementations§
impl Freeze for TradingErrorResponse
impl RefUnwindSafe for TradingErrorResponse
impl Send for TradingErrorResponse
impl Sync for TradingErrorResponse
impl Unpin for TradingErrorResponse
impl UnwindSafe for TradingErrorResponse
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