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