pub struct MarketInstrumentResponse {
pub tracking_id: String,
pub status: String,
pub payload: MarketInstrument,
}Fields§
§tracking_id: String§status: String§payload: MarketInstrumentImplementations§
Source§impl MarketInstrumentResponse
impl MarketInstrumentResponse
pub fn new( tracking_id: String, status: String, payload: MarketInstrument, ) -> MarketInstrumentResponse
Trait Implementations§
Source§impl Clone for MarketInstrumentResponse
impl Clone for MarketInstrumentResponse
Source§fn clone(&self) -> MarketInstrumentResponse
fn clone(&self) -> MarketInstrumentResponse
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 MarketInstrumentResponse
impl Debug for MarketInstrumentResponse
Source§impl<'de> Deserialize<'de> for MarketInstrumentResponse
impl<'de> Deserialize<'de> for MarketInstrumentResponse
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 MarketInstrumentResponse
impl PartialEq for MarketInstrumentResponse
Source§impl Serialize for MarketInstrumentResponse
impl Serialize for MarketInstrumentResponse
impl StructuralPartialEq for MarketInstrumentResponse
Auto Trait Implementations§
impl Freeze for MarketInstrumentResponse
impl RefUnwindSafe for MarketInstrumentResponse
impl Send for MarketInstrumentResponse
impl Sync for MarketInstrumentResponse
impl Unpin for MarketInstrumentResponse
impl UnwindSafe for MarketInstrumentResponse
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