Struct aws_sdk_ec2::types::PacketHeaderStatement
source · #[non_exhaustive]pub struct PacketHeaderStatement { /* private fields */ }
Expand description
Describes a packet header statement.
Implementations§
source§impl PacketHeaderStatement
impl PacketHeaderStatement
sourcepub fn source_addresses(&self) -> Option<&[String]>
pub fn source_addresses(&self) -> Option<&[String]>
The source addresses.
sourcepub fn destination_addresses(&self) -> Option<&[String]>
pub fn destination_addresses(&self) -> Option<&[String]>
The destination addresses.
sourcepub fn source_ports(&self) -> Option<&[String]>
pub fn source_ports(&self) -> Option<&[String]>
The source ports.
sourcepub fn destination_ports(&self) -> Option<&[String]>
pub fn destination_ports(&self) -> Option<&[String]>
The destination ports.
sourcepub fn source_prefix_lists(&self) -> Option<&[String]>
pub fn source_prefix_lists(&self) -> Option<&[String]>
The source prefix lists.
sourcepub fn destination_prefix_lists(&self) -> Option<&[String]>
pub fn destination_prefix_lists(&self) -> Option<&[String]>
The destination prefix lists.
source§impl PacketHeaderStatement
impl PacketHeaderStatement
sourcepub fn builder() -> PacketHeaderStatementBuilder
pub fn builder() -> PacketHeaderStatementBuilder
Creates a new builder-style object to manufacture PacketHeaderStatement
.
Trait Implementations§
source§impl Clone for PacketHeaderStatement
impl Clone for PacketHeaderStatement
source§fn clone(&self) -> PacketHeaderStatement
fn clone(&self) -> PacketHeaderStatement
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 PacketHeaderStatement
impl Debug for PacketHeaderStatement
source§impl PartialEq<PacketHeaderStatement> for PacketHeaderStatement
impl PartialEq<PacketHeaderStatement> for PacketHeaderStatement
source§fn eq(&self, other: &PacketHeaderStatement) -> bool
fn eq(&self, other: &PacketHeaderStatement) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PacketHeaderStatement
Auto Trait Implementations§
impl RefUnwindSafe for PacketHeaderStatement
impl Send for PacketHeaderStatement
impl Sync for PacketHeaderStatement
impl Unpin for PacketHeaderStatement
impl UnwindSafe for PacketHeaderStatement
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more