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