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