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