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