#[non_exhaustive]pub struct DeleteRouteResponseOutput { /* private fields */ }
Implementations§
source§impl DeleteRouteResponseOutput
impl DeleteRouteResponseOutput
sourcepub fn builder() -> DeleteRouteResponseOutputBuilder
pub fn builder() -> DeleteRouteResponseOutputBuilder
Creates a new builder-style object to manufacture DeleteRouteResponseOutput
.
Trait Implementations§
source§impl Clone for DeleteRouteResponseOutput
impl Clone for DeleteRouteResponseOutput
source§fn clone(&self) -> DeleteRouteResponseOutput
fn clone(&self) -> DeleteRouteResponseOutput
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 DeleteRouteResponseOutput
impl Debug for DeleteRouteResponseOutput
source§impl PartialEq<DeleteRouteResponseOutput> for DeleteRouteResponseOutput
impl PartialEq<DeleteRouteResponseOutput> for DeleteRouteResponseOutput
source§fn eq(&self, other: &DeleteRouteResponseOutput) -> bool
fn eq(&self, other: &DeleteRouteResponseOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteRouteResponseOutput
impl RequestId for DeleteRouteResponseOutput
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 DeleteRouteResponseOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteRouteResponseOutput
impl Send for DeleteRouteResponseOutput
impl Sync for DeleteRouteResponseOutput
impl Unpin for DeleteRouteResponseOutput
impl UnwindSafe for DeleteRouteResponseOutput
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