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