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