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