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