Struct aws_sdk_connectcases::input::UpdateFieldInput
source · [−]#[non_exhaustive]pub struct UpdateFieldInput { /* private fields */ }
Implementations
sourceimpl UpdateFieldInput
impl UpdateFieldInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateField, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateField, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateField
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateFieldInput
.
sourceimpl UpdateFieldInput
impl UpdateFieldInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of a field.
Trait Implementations
sourceimpl Clone for UpdateFieldInput
impl Clone for UpdateFieldInput
sourcefn clone(&self) -> UpdateFieldInput
fn clone(&self) -> UpdateFieldInput
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 UpdateFieldInput
impl Debug for UpdateFieldInput
sourceimpl PartialEq<UpdateFieldInput> for UpdateFieldInput
impl PartialEq<UpdateFieldInput> for UpdateFieldInput
sourcefn eq(&self, other: &UpdateFieldInput) -> bool
fn eq(&self, other: &UpdateFieldInput) -> bool
impl StructuralPartialEq for UpdateFieldInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateFieldInput
impl Send for UpdateFieldInput
impl Sync for UpdateFieldInput
impl Unpin for UpdateFieldInput
impl UnwindSafe for UpdateFieldInput
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