Struct aws_sdk_connectcases::output::UpdateFieldOutput
source · [−]#[non_exhaustive]pub struct UpdateFieldOutput {}
Implementations
sourceimpl UpdateFieldOutput
impl UpdateFieldOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateFieldOutput
.
Trait Implementations
sourceimpl Clone for UpdateFieldOutput
impl Clone for UpdateFieldOutput
sourcefn clone(&self) -> UpdateFieldOutput
fn clone(&self) -> UpdateFieldOutput
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 UpdateFieldOutput
impl Debug for UpdateFieldOutput
sourceimpl PartialEq<UpdateFieldOutput> for UpdateFieldOutput
impl PartialEq<UpdateFieldOutput> for UpdateFieldOutput
sourcefn eq(&self, other: &UpdateFieldOutput) -> bool
fn eq(&self, other: &UpdateFieldOutput) -> bool
impl StructuralPartialEq for UpdateFieldOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateFieldOutput
impl Send for UpdateFieldOutput
impl Sync for UpdateFieldOutput
impl Unpin for UpdateFieldOutput
impl UnwindSafe for UpdateFieldOutput
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