pub struct CreateLocalGatewayRouteTableVpcAssociationResult {
pub local_gateway_route_table_vpc_association: Option<LocalGatewayRouteTableVpcAssociation>,
}Fields§
§local_gateway_route_table_vpc_association: Option<LocalGatewayRouteTableVpcAssociation>Information about the association.
Trait Implementations§
Source§impl Clone for CreateLocalGatewayRouteTableVpcAssociationResult
impl Clone for CreateLocalGatewayRouteTableVpcAssociationResult
Source§fn clone(&self) -> CreateLocalGatewayRouteTableVpcAssociationResult
fn clone(&self) -> CreateLocalGatewayRouteTableVpcAssociationResult
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 CreateLocalGatewayRouteTableVpcAssociationResult
impl Default for CreateLocalGatewayRouteTableVpcAssociationResult
Source§fn default() -> CreateLocalGatewayRouteTableVpcAssociationResult
fn default() -> CreateLocalGatewayRouteTableVpcAssociationResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateLocalGatewayRouteTableVpcAssociationResult
impl PartialEq for CreateLocalGatewayRouteTableVpcAssociationResult
Source§fn eq(&self, other: &CreateLocalGatewayRouteTableVpcAssociationResult) -> bool
fn eq(&self, other: &CreateLocalGatewayRouteTableVpcAssociationResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateLocalGatewayRouteTableVpcAssociationResult
Auto Trait Implementations§
impl Freeze for CreateLocalGatewayRouteTableVpcAssociationResult
impl RefUnwindSafe for CreateLocalGatewayRouteTableVpcAssociationResult
impl Send for CreateLocalGatewayRouteTableVpcAssociationResult
impl Sync for CreateLocalGatewayRouteTableVpcAssociationResult
impl Unpin for CreateLocalGatewayRouteTableVpcAssociationResult
impl UnwindSafe for CreateLocalGatewayRouteTableVpcAssociationResult
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