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