Struct aws_sdk_chime::operation::update_bot::builders::UpdateBotOutputBuilder
source · #[non_exhaustive]pub struct UpdateBotOutputBuilder { /* private fields */ }Expand description
A builder for UpdateBotOutput.
Implementations§
Trait Implementations§
source§impl Clone for UpdateBotOutputBuilder
impl Clone for UpdateBotOutputBuilder
source§fn clone(&self) -> UpdateBotOutputBuilder
fn clone(&self) -> UpdateBotOutputBuilder
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 UpdateBotOutputBuilder
impl Debug for UpdateBotOutputBuilder
source§impl Default for UpdateBotOutputBuilder
impl Default for UpdateBotOutputBuilder
source§fn default() -> UpdateBotOutputBuilder
fn default() -> UpdateBotOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateBotOutputBuilder> for UpdateBotOutputBuilder
impl PartialEq<UpdateBotOutputBuilder> for UpdateBotOutputBuilder
source§fn eq(&self, other: &UpdateBotOutputBuilder) -> bool
fn eq(&self, other: &UpdateBotOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.