pub struct AssociateRouteTableResult {
pub association_id: Option<String>,
pub association_state: Option<RouteTableAssociationState>,
}Fields§
§association_id: Option<String>The route table association ID. This ID is required for disassociating the route table.
association_state: Option<RouteTableAssociationState>The state of the association.
Trait Implementations§
Source§impl Clone for AssociateRouteTableResult
impl Clone for AssociateRouteTableResult
Source§fn clone(&self) -> AssociateRouteTableResult
fn clone(&self) -> AssociateRouteTableResult
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 AssociateRouteTableResult
impl Debug for AssociateRouteTableResult
Source§impl Default for AssociateRouteTableResult
impl Default for AssociateRouteTableResult
Source§fn default() -> AssociateRouteTableResult
fn default() -> AssociateRouteTableResult
Returns the “default value” for a type. Read more
impl StructuralPartialEq for AssociateRouteTableResult
Auto Trait Implementations§
impl Freeze for AssociateRouteTableResult
impl RefUnwindSafe for AssociateRouteTableResult
impl Send for AssociateRouteTableResult
impl Sync for AssociateRouteTableResult
impl Unpin for AssociateRouteTableResult
impl UnwindSafe for AssociateRouteTableResult
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