Struct aws_sdk_chime::operation::create_bot::CreateBotInput
source · #[non_exhaustive]pub struct CreateBotInput { /* private fields */ }Implementations§
source§impl CreateBotInput
impl CreateBotInput
sourcepub fn builder() -> CreateBotInputBuilder
pub fn builder() -> CreateBotInputBuilder
Creates a new builder-style object to manufacture CreateBotInput.
source§impl CreateBotInput
impl CreateBotInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateBot, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateBot, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateBot>
Trait Implementations§
source§impl Clone for CreateBotInput
impl Clone for CreateBotInput
source§fn clone(&self) -> CreateBotInput
fn clone(&self) -> CreateBotInput
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 CreateBotInput
impl Debug for CreateBotInput
source§impl PartialEq<CreateBotInput> for CreateBotInput
impl PartialEq<CreateBotInput> for CreateBotInput
source§fn eq(&self, other: &CreateBotInput) -> bool
fn eq(&self, other: &CreateBotInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateBotInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateBotInput
impl Send for CreateBotInput
impl Sync for CreateBotInput
impl Unpin for CreateBotInput
impl UnwindSafe for CreateBotInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more