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