#[non_exhaustive]pub struct ProgressUpdateStreamSummaryBuilder { /* private fields */ }Expand description
A builder for ProgressUpdateStreamSummary.
Implementations§
source§impl ProgressUpdateStreamSummaryBuilder
impl ProgressUpdateStreamSummaryBuilder
sourcepub fn progress_update_stream_name(self, input: impl Into<String>) -> Self
pub fn progress_update_stream_name(self, input: impl Into<String>) -> Self
The name of the ProgressUpdateStream. Do not store personal data in this field.
sourcepub fn set_progress_update_stream_name(self, input: Option<String>) -> Self
pub fn set_progress_update_stream_name(self, input: Option<String>) -> Self
The name of the ProgressUpdateStream. Do not store personal data in this field.
sourcepub fn get_progress_update_stream_name(&self) -> &Option<String>
pub fn get_progress_update_stream_name(&self) -> &Option<String>
The name of the ProgressUpdateStream. Do not store personal data in this field.
sourcepub fn build(self) -> ProgressUpdateStreamSummary
pub fn build(self) -> ProgressUpdateStreamSummary
Consumes the builder and constructs a ProgressUpdateStreamSummary.
Trait Implementations§
source§impl Clone for ProgressUpdateStreamSummaryBuilder
impl Clone for ProgressUpdateStreamSummaryBuilder
source§fn clone(&self) -> ProgressUpdateStreamSummaryBuilder
fn clone(&self) -> ProgressUpdateStreamSummaryBuilder
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 Default for ProgressUpdateStreamSummaryBuilder
impl Default for ProgressUpdateStreamSummaryBuilder
source§fn default() -> ProgressUpdateStreamSummaryBuilder
fn default() -> ProgressUpdateStreamSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ProgressUpdateStreamSummaryBuilder
impl PartialEq for ProgressUpdateStreamSummaryBuilder
source§fn eq(&self, other: &ProgressUpdateStreamSummaryBuilder) -> bool
fn eq(&self, other: &ProgressUpdateStreamSummaryBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ProgressUpdateStreamSummaryBuilder
Auto Trait Implementations§
impl Freeze for ProgressUpdateStreamSummaryBuilder
impl RefUnwindSafe for ProgressUpdateStreamSummaryBuilder
impl Send for ProgressUpdateStreamSummaryBuilder
impl Sync for ProgressUpdateStreamSummaryBuilder
impl Unpin for ProgressUpdateStreamSummaryBuilder
impl UnwindSafe for ProgressUpdateStreamSummaryBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.