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