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