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