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