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