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