pub struct UserTradeTradeAllocationsClientInfo {
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 UserTradeTradeAllocationsClientInfo
impl Clone for UserTradeTradeAllocationsClientInfo
Source§fn clone(&self) -> UserTradeTradeAllocationsClientInfo
fn clone(&self) -> UserTradeTradeAllocationsClientInfo
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 Default for UserTradeTradeAllocationsClientInfo
impl Default for UserTradeTradeAllocationsClientInfo
Source§fn default() -> UserTradeTradeAllocationsClientInfo
fn default() -> UserTradeTradeAllocationsClientInfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UserTradeTradeAllocationsClientInfo
impl<'de> Deserialize<'de> for UserTradeTradeAllocationsClientInfo
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 UserTradeTradeAllocationsClientInfo
impl PartialEq for UserTradeTradeAllocationsClientInfo
Source§fn eq(&self, other: &UserTradeTradeAllocationsClientInfo) -> bool
fn eq(&self, other: &UserTradeTradeAllocationsClientInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UserTradeTradeAllocationsClientInfo
Auto Trait Implementations§
impl Freeze for UserTradeTradeAllocationsClientInfo
impl RefUnwindSafe for UserTradeTradeAllocationsClientInfo
impl Send for UserTradeTradeAllocationsClientInfo
impl Sync for UserTradeTradeAllocationsClientInfo
impl Unpin for UserTradeTradeAllocationsClientInfo
impl UnwindSafe for UserTradeTradeAllocationsClientInfo
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