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