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