pub struct SuppressionSummary {
pub fingerprint: String,
pub reason: String,
pub expires: Option<String>,
}Fields§
§fingerprint: String§reason: String§expires: Option<String>Trait Implementations§
Source§impl Clone for SuppressionSummary
impl Clone for SuppressionSummary
Source§fn clone(&self) -> SuppressionSummary
fn clone(&self) -> SuppressionSummary
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 SuppressionSummary
impl Debug for SuppressionSummary
Source§impl<'de> Deserialize<'de> for SuppressionSummary
impl<'de> Deserialize<'de> for SuppressionSummary
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
Auto Trait Implementations§
impl Freeze for SuppressionSummary
impl RefUnwindSafe for SuppressionSummary
impl Send for SuppressionSummary
impl Sync for SuppressionSummary
impl Unpin for SuppressionSummary
impl UnsafeUnpin for SuppressionSummary
impl UnwindSafe for SuppressionSummary
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