Struct aws_sdk_connectcases::input::UpdateCaseInput
source · [−]#[non_exhaustive]pub struct UpdateCaseInput { /* private fields */ }
Implementations
sourceimpl UpdateCaseInput
impl UpdateCaseInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateCase, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateCase, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateCase
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateCaseInput
.
sourceimpl UpdateCaseInput
impl UpdateCaseInput
sourcepub fn fields(&self) -> Option<&[FieldValue]>
pub fn fields(&self) -> Option<&[FieldValue]>
An array of objects with fieldId
(matching ListFields/DescribeField) and value union data, structured identical to CreateCase
.
Trait Implementations
sourceimpl Clone for UpdateCaseInput
impl Clone for UpdateCaseInput
sourcefn clone(&self) -> UpdateCaseInput
fn clone(&self) -> UpdateCaseInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdateCaseInput
impl Debug for UpdateCaseInput
sourceimpl PartialEq<UpdateCaseInput> for UpdateCaseInput
impl PartialEq<UpdateCaseInput> for UpdateCaseInput
sourcefn eq(&self, other: &UpdateCaseInput) -> bool
fn eq(&self, other: &UpdateCaseInput) -> bool
impl StructuralPartialEq for UpdateCaseInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateCaseInput
impl Send for UpdateCaseInput
impl Sync for UpdateCaseInput
impl Unpin for UpdateCaseInput
impl UnwindSafe for UpdateCaseInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more