Struct aws_sdk_iot::types::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() -> StreamSummaryBuilder
pub fn builder() -> StreamSummaryBuilder
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 ==.impl StructuralPartialEq for StreamSummary
Auto Trait Implementations§
impl RefUnwindSafe for StreamSummary
impl Send for StreamSummary
impl Sync for StreamSummary
impl Unpin for StreamSummary
impl UnwindSafe for StreamSummary
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