Struct aws_sdk_ec2::output::DeleteClientVpnRouteOutput
source · #[non_exhaustive]pub struct DeleteClientVpnRouteOutput { /* private fields */ }
Implementations§
source§impl DeleteClientVpnRouteOutput
impl DeleteClientVpnRouteOutput
sourcepub fn status(&self) -> Option<&ClientVpnRouteStatus>
pub fn status(&self) -> Option<&ClientVpnRouteStatus>
The current state of the route.
source§impl DeleteClientVpnRouteOutput
impl DeleteClientVpnRouteOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteClientVpnRouteOutput
.
Trait Implementations§
source§impl Clone for DeleteClientVpnRouteOutput
impl Clone for DeleteClientVpnRouteOutput
source§fn clone(&self) -> DeleteClientVpnRouteOutput
fn clone(&self) -> DeleteClientVpnRouteOutput
Returns a copy 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 DeleteClientVpnRouteOutput
impl Debug for DeleteClientVpnRouteOutput
source§impl PartialEq<DeleteClientVpnRouteOutput> for DeleteClientVpnRouteOutput
impl PartialEq<DeleteClientVpnRouteOutput> for DeleteClientVpnRouteOutput
source§fn eq(&self, other: &DeleteClientVpnRouteOutput) -> bool
fn eq(&self, other: &DeleteClientVpnRouteOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.