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