pub struct PwmCategoryPositionGroup {
pub total_investment_usd: Option<String>,
pub accumulate_yield_usd: Option<String>,
pub weighted_avg_apr: Option<String>,
pub items: Option<Vec<PwmPositionItem>>,
}Fields§
§total_investment_usd: Option<String>§accumulate_yield_usd: Option<String>§weighted_avg_apr: Option<String>§items: Option<Vec<PwmPositionItem>>Trait Implementations§
Source§impl Clone for PwmCategoryPositionGroup
impl Clone for PwmCategoryPositionGroup
Source§fn clone(&self) -> PwmCategoryPositionGroup
fn clone(&self) -> PwmCategoryPositionGroup
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 PwmCategoryPositionGroup
impl Debug for PwmCategoryPositionGroup
Source§impl<'de> Deserialize<'de> for PwmCategoryPositionGroup
impl<'de> Deserialize<'de> for PwmCategoryPositionGroup
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
Auto Trait Implementations§
impl Freeze for PwmCategoryPositionGroup
impl RefUnwindSafe for PwmCategoryPositionGroup
impl Send for PwmCategoryPositionGroup
impl Sync for PwmCategoryPositionGroup
impl Unpin for PwmCategoryPositionGroup
impl UnsafeUnpin for PwmCategoryPositionGroup
impl UnwindSafe for PwmCategoryPositionGroup
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