#[non_exhaustive]pub struct DeleteVpnConnectionRouteOutput { /* private fields */ }
Implementations§
source§impl DeleteVpnConnectionRouteOutput
impl DeleteVpnConnectionRouteOutput
sourcepub fn builder() -> DeleteVpnConnectionRouteOutputBuilder
pub fn builder() -> DeleteVpnConnectionRouteOutputBuilder
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 ==
.source§impl RequestId for DeleteVpnConnectionRouteOutput
impl RequestId for DeleteVpnConnectionRouteOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DeleteVpnConnectionRouteOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteVpnConnectionRouteOutput
impl Send for DeleteVpnConnectionRouteOutput
impl Sync for DeleteVpnConnectionRouteOutput
impl Unpin for DeleteVpnConnectionRouteOutput
impl UnwindSafe for DeleteVpnConnectionRouteOutput
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