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