pub struct CreateVpnGatewayResult {
pub vpn_gateway: Option<VpnGateway>,
}Expand description
Contains the output of CreateVpnGateway.
Fields§
§vpn_gateway: Option<VpnGateway>Information about the virtual private gateway.
Trait Implementations§
Source§impl Clone for CreateVpnGatewayResult
impl Clone for CreateVpnGatewayResult
Source§fn clone(&self) -> CreateVpnGatewayResult
fn clone(&self) -> CreateVpnGatewayResult
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 CreateVpnGatewayResult
impl Debug for CreateVpnGatewayResult
Source§impl Default for CreateVpnGatewayResult
impl Default for CreateVpnGatewayResult
Source§fn default() -> CreateVpnGatewayResult
fn default() -> CreateVpnGatewayResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateVpnGatewayResult
impl PartialEq for CreateVpnGatewayResult
impl StructuralPartialEq for CreateVpnGatewayResult
Auto Trait Implementations§
impl Freeze for CreateVpnGatewayResult
impl RefUnwindSafe for CreateVpnGatewayResult
impl Send for CreateVpnGatewayResult
impl Sync for CreateVpnGatewayResult
impl Unpin for CreateVpnGatewayResult
impl UnwindSafe for CreateVpnGatewayResult
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