Struct aws_sdk_iot::operation::create_stream::CreateStreamOutput
source · #[non_exhaustive]pub struct CreateStreamOutput { /* private fields */ }
Implementations§
source§impl CreateStreamOutput
impl CreateStreamOutput
sourcepub fn builder() -> CreateStreamOutputBuilder
pub fn builder() -> CreateStreamOutputBuilder
Creates a new builder-style object to manufacture CreateStreamOutput
.
Trait Implementations§
source§impl Clone for CreateStreamOutput
impl Clone for CreateStreamOutput
source§fn clone(&self) -> CreateStreamOutput
fn clone(&self) -> CreateStreamOutput
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 CreateStreamOutput
impl Debug for CreateStreamOutput
source§impl PartialEq<CreateStreamOutput> for CreateStreamOutput
impl PartialEq<CreateStreamOutput> for CreateStreamOutput
source§fn eq(&self, other: &CreateStreamOutput) -> bool
fn eq(&self, other: &CreateStreamOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateStreamOutput
impl RequestId for CreateStreamOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.