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