Struct aws_sdk_ec2::model::AddPrefixListEntry
source · [−]#[non_exhaustive]pub struct AddPrefixListEntry { /* private fields */ }
Expand description
An entry for a prefix list.
Implementations
sourceimpl AddPrefixListEntry
impl AddPrefixListEntry
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddPrefixListEntry
.
Trait Implementations
sourceimpl Clone for AddPrefixListEntry
impl Clone for AddPrefixListEntry
sourcefn clone(&self) -> AddPrefixListEntry
fn clone(&self) -> AddPrefixListEntry
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 AddPrefixListEntry
impl Debug for AddPrefixListEntry
sourceimpl PartialEq<AddPrefixListEntry> for AddPrefixListEntry
impl PartialEq<AddPrefixListEntry> for AddPrefixListEntry
sourcefn eq(&self, other: &AddPrefixListEntry) -> bool
fn eq(&self, other: &AddPrefixListEntry) -> bool
impl StructuralPartialEq for AddPrefixListEntry
Auto Trait Implementations
impl RefUnwindSafe for AddPrefixListEntry
impl Send for AddPrefixListEntry
impl Sync for AddPrefixListEntry
impl Unpin for AddPrefixListEntry
impl UnwindSafe for AddPrefixListEntry
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