pub struct DescribeCustomerGatewaysResult {
pub customer_gateways: Option<Vec<CustomerGateway>>,
}Expand description
Contains the output of DescribeCustomerGateways.
Fields§
§customer_gateways: Option<Vec<CustomerGateway>>Information about one or more customer gateways.
Trait Implementations§
Source§impl Clone for DescribeCustomerGatewaysResult
impl Clone for DescribeCustomerGatewaysResult
Source§fn clone(&self) -> DescribeCustomerGatewaysResult
fn clone(&self) -> DescribeCustomerGatewaysResult
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 DescribeCustomerGatewaysResult
impl Default for DescribeCustomerGatewaysResult
Source§fn default() -> DescribeCustomerGatewaysResult
fn default() -> DescribeCustomerGatewaysResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeCustomerGatewaysResult
impl PartialEq for DescribeCustomerGatewaysResult
Source§fn eq(&self, other: &DescribeCustomerGatewaysResult) -> bool
fn eq(&self, other: &DescribeCustomerGatewaysResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeCustomerGatewaysResult
Auto Trait Implementations§
impl Freeze for DescribeCustomerGatewaysResult
impl RefUnwindSafe for DescribeCustomerGatewaysResult
impl Send for DescribeCustomerGatewaysResult
impl Sync for DescribeCustomerGatewaysResult
impl Unpin for DescribeCustomerGatewaysResult
impl UnwindSafe for DescribeCustomerGatewaysResult
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