pub struct PnlPartitionedResponseUpnl {
pub u1234567_core: Option<PnlPartitionedResponseUpnlU1234567Core>,
}Expand description
Refers to the U accounts PnL. This does reference Realized Profit and Loss.
Fields§
§u1234567_core: Option<PnlPartitionedResponseUpnlU1234567Core>The account or model’s Profit and Loss.
Trait Implementations§
Source§impl Clone for PnlPartitionedResponseUpnl
impl Clone for PnlPartitionedResponseUpnl
Source§fn clone(&self) -> PnlPartitionedResponseUpnl
fn clone(&self) -> PnlPartitionedResponseUpnl
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 PnlPartitionedResponseUpnl
impl Debug for PnlPartitionedResponseUpnl
Source§impl Default for PnlPartitionedResponseUpnl
impl Default for PnlPartitionedResponseUpnl
Source§impl<'de> Deserialize<'de> for PnlPartitionedResponseUpnl
impl<'de> Deserialize<'de> for PnlPartitionedResponseUpnl
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 PnlPartitionedResponseUpnl
Auto Trait Implementations§
impl Freeze for PnlPartitionedResponseUpnl
impl RefUnwindSafe for PnlPartitionedResponseUpnl
impl Send for PnlPartitionedResponseUpnl
impl Sync for PnlPartitionedResponseUpnl
impl Unpin for PnlPartitionedResponseUpnl
impl UnsafeUnpin for PnlPartitionedResponseUpnl
impl UnwindSafe for PnlPartitionedResponseUpnl
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