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