pub struct SubnetAssociation {
pub state: Option<String>,
pub subnet_id: Option<String>,
}Expand description
Describes the subnet association with the transit gateway multicast domain.
Fields§
§state: Option<String>The state of the subnet association.
subnet_id: Option<String>The ID of the subnet.
Trait Implementations§
Source§impl Clone for SubnetAssociation
impl Clone for SubnetAssociation
Source§fn clone(&self) -> SubnetAssociation
fn clone(&self) -> SubnetAssociation
Returns a duplicate 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 SubnetAssociation
impl Debug for SubnetAssociation
Source§impl Default for SubnetAssociation
impl Default for SubnetAssociation
Source§fn default() -> SubnetAssociation
fn default() -> SubnetAssociation
Returns the “default value” for a type. Read more
Source§impl PartialEq for SubnetAssociation
impl PartialEq for SubnetAssociation
impl StructuralPartialEq for SubnetAssociation
Auto Trait Implementations§
impl Freeze for SubnetAssociation
impl RefUnwindSafe for SubnetAssociation
impl Send for SubnetAssociation
impl Sync for SubnetAssociation
impl Unpin for SubnetAssociation
impl UnwindSafe for SubnetAssociation
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