pub struct DeleteEgressOnlyInternetGatewayResult {
pub return_code: Option<bool>,
}Fields§
§return_code: Option<bool>Returns true if the request succeeds; otherwise, it returns an error.
Trait Implementations§
Source§impl Clone for DeleteEgressOnlyInternetGatewayResult
impl Clone for DeleteEgressOnlyInternetGatewayResult
Source§fn clone(&self) -> DeleteEgressOnlyInternetGatewayResult
fn clone(&self) -> DeleteEgressOnlyInternetGatewayResult
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 DeleteEgressOnlyInternetGatewayResult
impl Default for DeleteEgressOnlyInternetGatewayResult
Source§fn default() -> DeleteEgressOnlyInternetGatewayResult
fn default() -> DeleteEgressOnlyInternetGatewayResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteEgressOnlyInternetGatewayResult
impl PartialEq for DeleteEgressOnlyInternetGatewayResult
Source§fn eq(&self, other: &DeleteEgressOnlyInternetGatewayResult) -> bool
fn eq(&self, other: &DeleteEgressOnlyInternetGatewayResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteEgressOnlyInternetGatewayResult
Auto Trait Implementations§
impl Freeze for DeleteEgressOnlyInternetGatewayResult
impl RefUnwindSafe for DeleteEgressOnlyInternetGatewayResult
impl Send for DeleteEgressOnlyInternetGatewayResult
impl Sync for DeleteEgressOnlyInternetGatewayResult
impl Unpin for DeleteEgressOnlyInternetGatewayResult
impl UnwindSafe for DeleteEgressOnlyInternetGatewayResult
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