pub struct LocalGatewayRouteTableVifgAssoc {
pub id: String,
pub route_table_id: String,
pub vif_group_id: String,
}Expand description
A local-gateway route-table <-> virtual-interface-group association.
Fields§
§id: String§route_table_id: String§vif_group_id: StringTrait Implementations§
Source§impl Clone for LocalGatewayRouteTableVifgAssoc
impl Clone for LocalGatewayRouteTableVifgAssoc
Source§fn clone(&self) -> LocalGatewayRouteTableVifgAssoc
fn clone(&self) -> LocalGatewayRouteTableVifgAssoc
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 LocalGatewayRouteTableVifgAssoc
impl<'de> Deserialize<'de> for LocalGatewayRouteTableVifgAssoc
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 LocalGatewayRouteTableVifgAssoc
impl RefUnwindSafe for LocalGatewayRouteTableVifgAssoc
impl Send for LocalGatewayRouteTableVifgAssoc
impl Sync for LocalGatewayRouteTableVifgAssoc
impl Unpin for LocalGatewayRouteTableVifgAssoc
impl UnsafeUnpin for LocalGatewayRouteTableVifgAssoc
impl UnwindSafe for LocalGatewayRouteTableVifgAssoc
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