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