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