pub struct RouteTableAssociationState {
pub state: Option<String>,
pub status_message: Option<String>,
}Expand description
Describes the state of an association between a route table and a subnet or gateway.
Fields§
§state: Option<String>The state of the association.
status_message: Option<String>The status message, if applicable.
Trait Implementations§
Source§impl Clone for RouteTableAssociationState
impl Clone for RouteTableAssociationState
Source§fn clone(&self) -> RouteTableAssociationState
fn clone(&self) -> RouteTableAssociationState
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 RouteTableAssociationState
impl Debug for RouteTableAssociationState
Source§impl Default for RouteTableAssociationState
impl Default for RouteTableAssociationState
Source§fn default() -> RouteTableAssociationState
fn default() -> RouteTableAssociationState
Returns the “default value” for a type. Read more
impl StructuralPartialEq for RouteTableAssociationState
Auto Trait Implementations§
impl Freeze for RouteTableAssociationState
impl RefUnwindSafe for RouteTableAssociationState
impl Send for RouteTableAssociationState
impl Sync for RouteTableAssociationState
impl Unpin for RouteTableAssociationState
impl UnwindSafe for RouteTableAssociationState
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