#[non_exhaustive]pub struct FindingProviderSeverity { /* private fields */ }
Expand description
The severity assigned to the finding by the finding provider.
Implementations§
source§impl FindingProviderSeverity
impl FindingProviderSeverity
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FindingProviderSeverity
.
Trait Implementations§
source§impl Clone for FindingProviderSeverity
impl Clone for FindingProviderSeverity
source§fn clone(&self) -> FindingProviderSeverity
fn clone(&self) -> FindingProviderSeverity
Returns a copy 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 FindingProviderSeverity
impl Debug for FindingProviderSeverity
source§impl PartialEq<FindingProviderSeverity> for FindingProviderSeverity
impl PartialEq<FindingProviderSeverity> for FindingProviderSeverity
source§fn eq(&self, other: &FindingProviderSeverity) -> bool
fn eq(&self, other: &FindingProviderSeverity) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.