Struct aws_sdk_apigateway::operation::delete_documentation_part::builders::DeleteDocumentationPartOutputBuilder
source · #[non_exhaustive]pub struct DeleteDocumentationPartOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteDocumentationPartOutput
.
Implementations§
source§impl DeleteDocumentationPartOutputBuilder
impl DeleteDocumentationPartOutputBuilder
sourcepub fn build(self) -> DeleteDocumentationPartOutput
pub fn build(self) -> DeleteDocumentationPartOutput
Consumes the builder and constructs a DeleteDocumentationPartOutput
.
Trait Implementations§
source§impl Clone for DeleteDocumentationPartOutputBuilder
impl Clone for DeleteDocumentationPartOutputBuilder
source§fn clone(&self) -> DeleteDocumentationPartOutputBuilder
fn clone(&self) -> DeleteDocumentationPartOutputBuilder
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 Default for DeleteDocumentationPartOutputBuilder
impl Default for DeleteDocumentationPartOutputBuilder
source§fn default() -> DeleteDocumentationPartOutputBuilder
fn default() -> DeleteDocumentationPartOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteDocumentationPartOutputBuilder> for DeleteDocumentationPartOutputBuilder
impl PartialEq<DeleteDocumentationPartOutputBuilder> for DeleteDocumentationPartOutputBuilder
source§fn eq(&self, other: &DeleteDocumentationPartOutputBuilder) -> bool
fn eq(&self, other: &DeleteDocumentationPartOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteDocumentationPartOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteDocumentationPartOutputBuilder
impl Send for DeleteDocumentationPartOutputBuilder
impl Sync for DeleteDocumentationPartOutputBuilder
impl Unpin for DeleteDocumentationPartOutputBuilder
impl UnwindSafe for DeleteDocumentationPartOutputBuilder
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