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