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