pub struct LocalGatewayRouteTableVpcAssoc {
pub id: String,
pub route_table_id: String,
pub vpc_id: String,
}Expand description
A local-gateway route-table <-> VPC association.
Fields§
§id: String§route_table_id: String§vpc_id: StringTrait Implementations§
Source§impl Clone for LocalGatewayRouteTableVpcAssoc
impl Clone for LocalGatewayRouteTableVpcAssoc
Source§fn clone(&self) -> LocalGatewayRouteTableVpcAssoc
fn clone(&self) -> LocalGatewayRouteTableVpcAssoc
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for LocalGatewayRouteTableVpcAssoc
impl<'de> Deserialize<'de> for LocalGatewayRouteTableVpcAssoc
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
Auto Trait Implementations§
impl Freeze for LocalGatewayRouteTableVpcAssoc
impl RefUnwindSafe for LocalGatewayRouteTableVpcAssoc
impl Send for LocalGatewayRouteTableVpcAssoc
impl Sync for LocalGatewayRouteTableVpcAssoc
impl Unpin for LocalGatewayRouteTableVpcAssoc
impl UnsafeUnpin for LocalGatewayRouteTableVpcAssoc
impl UnwindSafe for LocalGatewayRouteTableVpcAssoc
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