Struct aws_sdk_ec2::model::PacketHeaderStatement
source · [−]#[non_exhaustive]pub struct PacketHeaderStatement { /* private fields */ }
Expand description
Describes a packet header statement.
Implementations
sourceimpl 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.
sourceimpl PacketHeaderStatement
impl PacketHeaderStatement
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PacketHeaderStatement
.
Trait Implementations
sourceimpl Clone for PacketHeaderStatement
impl Clone for PacketHeaderStatement
sourcefn clone(&self) -> PacketHeaderStatement
fn clone(&self) -> PacketHeaderStatement
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PacketHeaderStatement
impl Debug for PacketHeaderStatement
sourceimpl PartialEq<PacketHeaderStatement> for PacketHeaderStatement
impl PartialEq<PacketHeaderStatement> for PacketHeaderStatement
sourcefn eq(&self, other: &PacketHeaderStatement) -> bool
fn eq(&self, other: &PacketHeaderStatement) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more