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