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