pub struct GetAvailableTradeConfirmationDatesResponseData {
pub data_type: Option<String>,
pub value: Option<Vec<String>>,
}Fields§
§data_type: Option<String>- Example:
Some("String".to_string())
value: Option<Vec<String>>available trade confirmation dates
Trait Implementations§
Source§impl Clone for GetAvailableTradeConfirmationDatesResponseData
impl Clone for GetAvailableTradeConfirmationDatesResponseData
Source§fn clone(&self) -> GetAvailableTradeConfirmationDatesResponseData
fn clone(&self) -> GetAvailableTradeConfirmationDatesResponseData
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<'de> Deserialize<'de> for GetAvailableTradeConfirmationDatesResponseData
impl<'de> Deserialize<'de> for GetAvailableTradeConfirmationDatesResponseData
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 GetAvailableTradeConfirmationDatesResponseData
impl PartialEq for GetAvailableTradeConfirmationDatesResponseData
Source§fn eq(&self, other: &GetAvailableTradeConfirmationDatesResponseData) -> bool
fn eq(&self, other: &GetAvailableTradeConfirmationDatesResponseData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetAvailableTradeConfirmationDatesResponseData
Auto Trait Implementations§
impl Freeze for GetAvailableTradeConfirmationDatesResponseData
impl RefUnwindSafe for GetAvailableTradeConfirmationDatesResponseData
impl Send for GetAvailableTradeConfirmationDatesResponseData
impl Sync for GetAvailableTradeConfirmationDatesResponseData
impl Unpin for GetAvailableTradeConfirmationDatesResponseData
impl UnsafeUnpin for GetAvailableTradeConfirmationDatesResponseData
impl UnwindSafe for GetAvailableTradeConfirmationDatesResponseData
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