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