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