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