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