Struct aws_sdk_chime::input::UpdateBotInput
source · [−]#[non_exhaustive]pub struct UpdateBotInput { /* private fields */ }Implementations
sourceimpl UpdateBotInput
impl UpdateBotInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBot, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBot, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateBot>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateBotInput.
Trait Implementations
sourceimpl Clone for UpdateBotInput
impl Clone for UpdateBotInput
sourcefn clone(&self) -> UpdateBotInput
fn clone(&self) -> UpdateBotInput
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 UpdateBotInput
impl Debug for UpdateBotInput
sourceimpl PartialEq<UpdateBotInput> for UpdateBotInput
impl PartialEq<UpdateBotInput> for UpdateBotInput
sourcefn eq(&self, other: &UpdateBotInput) -> bool
fn eq(&self, other: &UpdateBotInput) -> bool
impl StructuralPartialEq for UpdateBotInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateBotInput
impl Send for UpdateBotInput
impl Sync for UpdateBotInput
impl Unpin for UpdateBotInput
impl UnwindSafe for UpdateBotInput
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