pub struct DeleteNatGatewayResult {
pub nat_gateway_id: Option<String>,
}Fields§
§nat_gateway_id: Option<String>The ID of the NAT gateway.
Trait Implementations§
Source§impl Clone for DeleteNatGatewayResult
impl Clone for DeleteNatGatewayResult
Source§fn clone(&self) -> DeleteNatGatewayResult
fn clone(&self) -> DeleteNatGatewayResult
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 DeleteNatGatewayResult
impl Debug for DeleteNatGatewayResult
Source§impl Default for DeleteNatGatewayResult
impl Default for DeleteNatGatewayResult
Source§fn default() -> DeleteNatGatewayResult
fn default() -> DeleteNatGatewayResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteNatGatewayResult
impl PartialEq for DeleteNatGatewayResult
impl StructuralPartialEq for DeleteNatGatewayResult
Auto Trait Implementations§
impl Freeze for DeleteNatGatewayResult
impl RefUnwindSafe for DeleteNatGatewayResult
impl Send for DeleteNatGatewayResult
impl Sync for DeleteNatGatewayResult
impl Unpin for DeleteNatGatewayResult
impl UnwindSafe for DeleteNatGatewayResult
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