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