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