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