pub struct CreateTransitGatewayResult {
pub transit_gateway: Option<TransitGateway>,
}Fields§
§transit_gateway: Option<TransitGateway>Information about the transit gateway.
Trait Implementations§
Source§impl Clone for CreateTransitGatewayResult
impl Clone for CreateTransitGatewayResult
Source§fn clone(&self) -> CreateTransitGatewayResult
fn clone(&self) -> CreateTransitGatewayResult
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 Debug for CreateTransitGatewayResult
impl Debug for CreateTransitGatewayResult
Source§impl Default for CreateTransitGatewayResult
impl Default for CreateTransitGatewayResult
Source§fn default() -> CreateTransitGatewayResult
fn default() -> CreateTransitGatewayResult
Returns the “default value” for a type. Read more
impl StructuralPartialEq for CreateTransitGatewayResult
Auto Trait Implementations§
impl Freeze for CreateTransitGatewayResult
impl RefUnwindSafe for CreateTransitGatewayResult
impl Send for CreateTransitGatewayResult
impl Sync for CreateTransitGatewayResult
impl Unpin for CreateTransitGatewayResult
impl UnwindSafe for CreateTransitGatewayResult
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