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