#[non_exhaustive]pub struct DeleteVpnConnectionRouteOutput {}
Implementations§
source§impl DeleteVpnConnectionRouteOutput
impl DeleteVpnConnectionRouteOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteVpnConnectionRouteOutput
.
Trait Implementations§
source§impl Clone for DeleteVpnConnectionRouteOutput
impl Clone for DeleteVpnConnectionRouteOutput
source§fn clone(&self) -> DeleteVpnConnectionRouteOutput
fn clone(&self) -> DeleteVpnConnectionRouteOutput
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 PartialEq<DeleteVpnConnectionRouteOutput> for DeleteVpnConnectionRouteOutput
impl PartialEq<DeleteVpnConnectionRouteOutput> for DeleteVpnConnectionRouteOutput
source§fn eq(&self, other: &DeleteVpnConnectionRouteOutput) -> bool
fn eq(&self, other: &DeleteVpnConnectionRouteOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.