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