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