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