Struct aws_sdk_ec2::types::NetworkAclAssociation
source · #[non_exhaustive]pub struct NetworkAclAssociation { /* private fields */ }
Expand description
Describes an association between a network ACL and a subnet.
Implementations§
source§impl NetworkAclAssociation
impl NetworkAclAssociation
sourcepub fn builder() -> NetworkAclAssociationBuilder
pub fn builder() -> NetworkAclAssociationBuilder
Creates a new builder-style object to manufacture NetworkAclAssociation
.
Trait Implementations§
source§impl Clone for NetworkAclAssociation
impl Clone for NetworkAclAssociation
source§fn clone(&self) -> NetworkAclAssociation
fn clone(&self) -> NetworkAclAssociation
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 NetworkAclAssociation
impl Debug for NetworkAclAssociation
source§impl PartialEq<NetworkAclAssociation> for NetworkAclAssociation
impl PartialEq<NetworkAclAssociation> for NetworkAclAssociation
source§fn eq(&self, other: &NetworkAclAssociation) -> bool
fn eq(&self, other: &NetworkAclAssociation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more