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