pub struct SummaryMarketValueResponse {
pub currency: Option<SummaryMarketValueResponseCurrency>,
}Fields§
§currency: Option<SummaryMarketValueResponseCurrency>Returns an object containing market value details of the currency and positions held using that currency.
Trait Implementations§
Source§impl Clone for SummaryMarketValueResponse
impl Clone for SummaryMarketValueResponse
Source§fn clone(&self) -> SummaryMarketValueResponse
fn clone(&self) -> SummaryMarketValueResponse
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 SummaryMarketValueResponse
impl Debug for SummaryMarketValueResponse
Source§impl Default for SummaryMarketValueResponse
impl Default for SummaryMarketValueResponse
Source§impl<'de> Deserialize<'de> for SummaryMarketValueResponse
impl<'de> Deserialize<'de> for SummaryMarketValueResponse
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 SummaryMarketValueResponse
Auto Trait Implementations§
impl Freeze for SummaryMarketValueResponse
impl RefUnwindSafe for SummaryMarketValueResponse
impl Send for SummaryMarketValueResponse
impl Sync for SummaryMarketValueResponse
impl Unpin for SummaryMarketValueResponse
impl UnsafeUnpin for SummaryMarketValueResponse
impl UnwindSafe for SummaryMarketValueResponse
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