pub struct SkippedMetric {
pub metric: &'static str,
pub reason: String,
}Expand description
Record of a metric that was skipped during analysis.
Fields§
§metric: &'static str§reason: StringTrait Implementations§
Source§impl Clone for SkippedMetric
impl Clone for SkippedMetric
Source§fn clone(&self) -> SkippedMetric
fn clone(&self) -> SkippedMetric
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 SkippedMetric
impl Debug for SkippedMetric
Auto Trait Implementations§
impl Freeze for SkippedMetric
impl RefUnwindSafe for SkippedMetric
impl Send for SkippedMetric
impl Sync for SkippedMetric
impl Unpin for SkippedMetric
impl UnsafeUnpin for SkippedMetric
impl UnwindSafe for SkippedMetric
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