pub struct SuppressionCount {
pub reason: String,
pub label: String,
pub count: u32,
}Fields§
§reason: String§label: String§count: u32Trait Implementations§
Source§impl Clone for SuppressionCount
impl Clone for SuppressionCount
Source§fn clone(&self) -> SuppressionCount
fn clone(&self) -> SuppressionCount
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 SuppressionCount
impl Debug for SuppressionCount
Auto Trait Implementations§
impl Freeze for SuppressionCount
impl RefUnwindSafe for SuppressionCount
impl Send for SuppressionCount
impl Sync for SuppressionCount
impl Unpin for SuppressionCount
impl UnsafeUnpin for SuppressionCount
impl UnwindSafe for SuppressionCount
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