Struct aws_sdk_iot::output::CreateStreamOutput
source · [−]#[non_exhaustive]pub struct CreateStreamOutput { /* private fields */ }
Implementations
sourceimpl CreateStreamOutput
impl CreateStreamOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateStreamOutput
.
Trait Implementations
sourceimpl Clone for CreateStreamOutput
impl Clone for CreateStreamOutput
sourcefn clone(&self) -> CreateStreamOutput
fn clone(&self) -> CreateStreamOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CreateStreamOutput
impl Debug for CreateStreamOutput
sourceimpl PartialEq<CreateStreamOutput> for CreateStreamOutput
impl PartialEq<CreateStreamOutput> for CreateStreamOutput
sourcefn eq(&self, other: &CreateStreamOutput) -> bool
fn eq(&self, other: &CreateStreamOutput) -> bool
impl StructuralPartialEq for CreateStreamOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateStreamOutput
impl Send for CreateStreamOutput
impl Sync for CreateStreamOutput
impl Unpin for CreateStreamOutput
impl UnwindSafe for CreateStreamOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more