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