Struct aws_sdk_s3control::model::JobProgressSummary
source · [−]#[non_exhaustive]pub struct JobProgressSummary { /* private fields */ }Expand description
Describes the total number of tasks that the specified job has started, the number of tasks that succeeded, and the number of tasks that failed.
Implementations
sourceimpl JobProgressSummary
impl JobProgressSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture JobProgressSummary.
Trait Implementations
sourceimpl Clone for JobProgressSummary
impl Clone for JobProgressSummary
sourcefn clone(&self) -> JobProgressSummary
fn clone(&self) -> JobProgressSummary
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 JobProgressSummary
impl Debug for JobProgressSummary
sourceimpl PartialEq<JobProgressSummary> for JobProgressSummary
impl PartialEq<JobProgressSummary> for JobProgressSummary
sourcefn eq(&self, other: &JobProgressSummary) -> bool
fn eq(&self, other: &JobProgressSummary) -> bool
impl StructuralPartialEq for JobProgressSummary
Auto Trait Implementations
impl RefUnwindSafe for JobProgressSummary
impl Send for JobProgressSummary
impl Sync for JobProgressSummary
impl Unpin for JobProgressSummary
impl UnwindSafe for JobProgressSummary
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