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