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