pub struct AssociateCustomerGatewayResponse {
pub customer_gateway_association: Option<CustomerGatewayAssociation>,
}Fields§
§customer_gateway_association: Option<CustomerGatewayAssociation>The customer gateway association.
Trait Implementations§
Source§impl Clone for AssociateCustomerGatewayResponse
impl Clone for AssociateCustomerGatewayResponse
Source§fn clone(&self) -> AssociateCustomerGatewayResponse
fn clone(&self) -> AssociateCustomerGatewayResponse
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 AssociateCustomerGatewayResponse
impl Default for AssociateCustomerGatewayResponse
Source§fn default() -> AssociateCustomerGatewayResponse
fn default() -> AssociateCustomerGatewayResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AssociateCustomerGatewayResponse
impl<'de> Deserialize<'de> for AssociateCustomerGatewayResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AssociateCustomerGatewayResponse
impl PartialEq for AssociateCustomerGatewayResponse
Source§fn eq(&self, other: &AssociateCustomerGatewayResponse) -> bool
fn eq(&self, other: &AssociateCustomerGatewayResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AssociateCustomerGatewayResponse
Auto Trait Implementations§
impl Freeze for AssociateCustomerGatewayResponse
impl RefUnwindSafe for AssociateCustomerGatewayResponse
impl Send for AssociateCustomerGatewayResponse
impl Sync for AssociateCustomerGatewayResponse
impl Unpin for AssociateCustomerGatewayResponse
impl UnwindSafe for AssociateCustomerGatewayResponse
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