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