pub struct DescribeLocalGatewayRouteTableVpcAssociationsResult {
pub local_gateway_route_table_vpc_associations: Option<Vec<LocalGatewayRouteTableVpcAssociation>>,
pub next_token: Option<String>,
}Fields§
§local_gateway_route_table_vpc_associations: Option<Vec<LocalGatewayRouteTableVpcAssociation>>Information about the associations.
next_token: Option<String>The token to use to retrieve the next page of results. This value is null when there are no more results to return.
Trait Implementations§
Source§impl Clone for DescribeLocalGatewayRouteTableVpcAssociationsResult
impl Clone for DescribeLocalGatewayRouteTableVpcAssociationsResult
Source§fn clone(&self) -> DescribeLocalGatewayRouteTableVpcAssociationsResult
fn clone(&self) -> DescribeLocalGatewayRouteTableVpcAssociationsResult
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 DescribeLocalGatewayRouteTableVpcAssociationsResult
impl Default for DescribeLocalGatewayRouteTableVpcAssociationsResult
Source§fn default() -> DescribeLocalGatewayRouteTableVpcAssociationsResult
fn default() -> DescribeLocalGatewayRouteTableVpcAssociationsResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeLocalGatewayRouteTableVpcAssociationsResult
impl PartialEq for DescribeLocalGatewayRouteTableVpcAssociationsResult
Source§fn eq(
&self,
other: &DescribeLocalGatewayRouteTableVpcAssociationsResult,
) -> bool
fn eq( &self, other: &DescribeLocalGatewayRouteTableVpcAssociationsResult, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeLocalGatewayRouteTableVpcAssociationsResult
Auto Trait Implementations§
impl Freeze for DescribeLocalGatewayRouteTableVpcAssociationsResult
impl RefUnwindSafe for DescribeLocalGatewayRouteTableVpcAssociationsResult
impl Send for DescribeLocalGatewayRouteTableVpcAssociationsResult
impl Sync for DescribeLocalGatewayRouteTableVpcAssociationsResult
impl Unpin for DescribeLocalGatewayRouteTableVpcAssociationsResult
impl UnwindSafe for DescribeLocalGatewayRouteTableVpcAssociationsResult
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