pub struct PerformanceMeasures { /* private fields */ }Implementations§
Source§impl PerformanceMeasures
impl PerformanceMeasures
pub fn get(&self, index: usize) -> Option<PerformanceMeasure>
pub fn len(&self) -> usize
pub fn is_empty(&self) -> bool
pub fn is_not_empty(&self) -> bool
pub fn first(&self) -> Option<PerformanceMeasure>
pub fn last(&self) -> Option<PerformanceMeasure>
pub fn iter(&self) -> PerformanceMeasuresIter<'_> ⓘ
Trait Implementations§
Source§impl IntoIterator for PerformanceMeasures
impl IntoIterator for PerformanceMeasures
Auto Trait Implementations§
impl Freeze for PerformanceMeasures
impl RefUnwindSafe for PerformanceMeasures
impl !Send for PerformanceMeasures
impl !Sync for PerformanceMeasures
impl Unpin for PerformanceMeasures
impl UnwindSafe for PerformanceMeasures
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