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