pub struct MTDYTDPerformanceSummaryWrapper {
pub items: Vec<MTDYTDPerformanceSummary>,
}Expand description
Wrapper for MTD/YTD performance summary section
Fields§
§items: Vec<MTDYTDPerformanceSummary>List of MTD/YTD performance summaries
Trait Implementations§
Source§impl Clone for MTDYTDPerformanceSummaryWrapper
impl Clone for MTDYTDPerformanceSummaryWrapper
Source§fn clone(&self) -> MTDYTDPerformanceSummaryWrapper
fn clone(&self) -> MTDYTDPerformanceSummaryWrapper
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 MTDYTDPerformanceSummaryWrapper
impl Default for MTDYTDPerformanceSummaryWrapper
Source§fn default() -> MTDYTDPerformanceSummaryWrapper
fn default() -> MTDYTDPerformanceSummaryWrapper
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MTDYTDPerformanceSummaryWrapper
impl<'de> Deserialize<'de> for MTDYTDPerformanceSummaryWrapper
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 MTDYTDPerformanceSummaryWrapper
impl PartialEq for MTDYTDPerformanceSummaryWrapper
Source§fn eq(&self, other: &MTDYTDPerformanceSummaryWrapper) -> bool
fn eq(&self, other: &MTDYTDPerformanceSummaryWrapper) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MTDYTDPerformanceSummaryWrapper
Auto Trait Implementations§
impl Freeze for MTDYTDPerformanceSummaryWrapper
impl RefUnwindSafe for MTDYTDPerformanceSummaryWrapper
impl Send for MTDYTDPerformanceSummaryWrapper
impl Sync for MTDYTDPerformanceSummaryWrapper
impl Unpin for MTDYTDPerformanceSummaryWrapper
impl UnwindSafe for MTDYTDPerformanceSummaryWrapper
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