#[non_exhaustive]pub struct UpdateFieldOutput { /* private fields */ }
Implementations§
source§impl UpdateFieldOutput
impl UpdateFieldOutput
sourcepub fn builder() -> UpdateFieldOutputBuilder
pub fn builder() -> UpdateFieldOutputBuilder
Creates a new builder-style object to manufacture UpdateFieldOutput
.
Trait Implementations§
source§impl Clone for UpdateFieldOutput
impl Clone for UpdateFieldOutput
source§fn clone(&self) -> UpdateFieldOutput
fn clone(&self) -> UpdateFieldOutput
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 UpdateFieldOutput
impl Debug for UpdateFieldOutput
source§impl PartialEq for UpdateFieldOutput
impl PartialEq for UpdateFieldOutput
source§fn eq(&self, other: &UpdateFieldOutput) -> bool
fn eq(&self, other: &UpdateFieldOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateFieldOutput
impl RequestId for UpdateFieldOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.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§
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