Struct aws_sdk_chime::input::CreateBotInput
source · [−]#[non_exhaustive]pub struct CreateBotInput { /* private fields */ }Implementations
sourceimpl 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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateBotInput.
sourceimpl CreateBotInput
impl CreateBotInput
Trait Implementations
sourceimpl Clone for CreateBotInput
impl Clone for CreateBotInput
sourcefn clone(&self) -> CreateBotInput
fn clone(&self) -> CreateBotInput
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 CreateBotInput
impl Debug for CreateBotInput
sourceimpl PartialEq<CreateBotInput> for CreateBotInput
impl PartialEq<CreateBotInput> for CreateBotInput
sourcefn eq(&self, other: &CreateBotInput) -> bool
fn eq(&self, other: &CreateBotInput) -> bool
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
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