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