#[non_exhaustive]pub struct RemediationRecommendation { /* private fields */ }
Expand description
Details about the recommended course of action to remediate the finding.
Implementations§
source§impl RemediationRecommendation
impl RemediationRecommendation
sourcepub fn builder() -> RemediationRecommendationBuilder
pub fn builder() -> RemediationRecommendationBuilder
Creates a new builder-style object to manufacture RemediationRecommendation
.
Trait Implementations§
source§impl Clone for RemediationRecommendation
impl Clone for RemediationRecommendation
source§fn clone(&self) -> RemediationRecommendation
fn clone(&self) -> RemediationRecommendation
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 RemediationRecommendation
impl Debug for RemediationRecommendation
source§impl PartialEq<RemediationRecommendation> for RemediationRecommendation
impl PartialEq<RemediationRecommendation> for RemediationRecommendation
source§fn eq(&self, other: &RemediationRecommendation) -> bool
fn eq(&self, other: &RemediationRecommendation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.