pub struct NetStockPositionsWrapper {
pub items: Vec<NetStockPosition>,
}Expand description
Wrapper for the net stock positions section
Fields§
§items: Vec<NetStockPosition>List of net stock positions
Trait Implementations§
Source§impl Clone for NetStockPositionsWrapper
impl Clone for NetStockPositionsWrapper
Source§fn clone(&self) -> NetStockPositionsWrapper
fn clone(&self) -> NetStockPositionsWrapper
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NetStockPositionsWrapper
impl Debug for NetStockPositionsWrapper
Source§impl Default for NetStockPositionsWrapper
impl Default for NetStockPositionsWrapper
Source§fn default() -> NetStockPositionsWrapper
fn default() -> NetStockPositionsWrapper
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NetStockPositionsWrapper
impl<'de> Deserialize<'de> for NetStockPositionsWrapper
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 NetStockPositionsWrapper
impl PartialEq for NetStockPositionsWrapper
Source§fn eq(&self, other: &NetStockPositionsWrapper) -> bool
fn eq(&self, other: &NetStockPositionsWrapper) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for NetStockPositionsWrapper
impl Serialize for NetStockPositionsWrapper
impl StructuralPartialEq for NetStockPositionsWrapper
Auto Trait Implementations§
impl Freeze for NetStockPositionsWrapper
impl RefUnwindSafe for NetStockPositionsWrapper
impl Send for NetStockPositionsWrapper
impl Sync for NetStockPositionsWrapper
impl Unpin for NetStockPositionsWrapper
impl UnsafeUnpin for NetStockPositionsWrapper
impl UnwindSafe for NetStockPositionsWrapper
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