pub struct AssociateTransitGatewayMulticastDomainResult {
pub associations: Option<TransitGatewayMulticastDomainAssociations>,
}Fields§
§associations: Option<TransitGatewayMulticastDomainAssociations>Information about the transit gateway multicast domain associations.
Trait Implementations§
Source§impl Clone for AssociateTransitGatewayMulticastDomainResult
impl Clone for AssociateTransitGatewayMulticastDomainResult
Source§fn clone(&self) -> AssociateTransitGatewayMulticastDomainResult
fn clone(&self) -> AssociateTransitGatewayMulticastDomainResult
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 Default for AssociateTransitGatewayMulticastDomainResult
impl Default for AssociateTransitGatewayMulticastDomainResult
Source§fn default() -> AssociateTransitGatewayMulticastDomainResult
fn default() -> AssociateTransitGatewayMulticastDomainResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for AssociateTransitGatewayMulticastDomainResult
impl PartialEq for AssociateTransitGatewayMulticastDomainResult
Source§fn eq(&self, other: &AssociateTransitGatewayMulticastDomainResult) -> bool
fn eq(&self, other: &AssociateTransitGatewayMulticastDomainResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AssociateTransitGatewayMulticastDomainResult
Auto Trait Implementations§
impl Freeze for AssociateTransitGatewayMulticastDomainResult
impl RefUnwindSafe for AssociateTransitGatewayMulticastDomainResult
impl Send for AssociateTransitGatewayMulticastDomainResult
impl Sync for AssociateTransitGatewayMulticastDomainResult
impl Unpin for AssociateTransitGatewayMulticastDomainResult
impl UnwindSafe for AssociateTransitGatewayMulticastDomainResult
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