#[non_exhaustive]pub struct UpdateEntityOutput { /* private fields */ }Implementations§
source§impl UpdateEntityOutput
impl UpdateEntityOutput
sourcepub fn builder() -> UpdateEntityOutputBuilder
pub fn builder() -> UpdateEntityOutputBuilder
Creates a new builder-style object to manufacture UpdateEntityOutput.
Trait Implementations§
source§impl Clone for UpdateEntityOutput
impl Clone for UpdateEntityOutput
source§fn clone(&self) -> UpdateEntityOutput
fn clone(&self) -> UpdateEntityOutput
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 UpdateEntityOutput
impl Debug for UpdateEntityOutput
source§impl PartialEq<UpdateEntityOutput> for UpdateEntityOutput
impl PartialEq<UpdateEntityOutput> for UpdateEntityOutput
source§fn eq(&self, other: &UpdateEntityOutput) -> bool
fn eq(&self, other: &UpdateEntityOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateEntityOutput
impl RequestId for UpdateEntityOutput
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.