Struct aws_sdk_chime::operation::get_bot::GetBotInput
source · #[non_exhaustive]pub struct GetBotInput { /* private fields */ }Implementations§
source§impl GetBotInput
impl GetBotInput
source§impl GetBotInput
impl GetBotInput
sourcepub fn builder() -> GetBotInputBuilder
pub fn builder() -> GetBotInputBuilder
Creates a new builder-style object to manufacture GetBotInput.
source§impl GetBotInput
impl GetBotInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetBot, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetBot, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetBot>
Trait Implementations§
source§impl Clone for GetBotInput
impl Clone for GetBotInput
source§fn clone(&self) -> GetBotInput
fn clone(&self) -> GetBotInput
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 GetBotInput
impl Debug for GetBotInput
source§impl PartialEq<GetBotInput> for GetBotInput
impl PartialEq<GetBotInput> for GetBotInput
source§fn eq(&self, other: &GetBotInput) -> bool
fn eq(&self, other: &GetBotInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetBotInput
Auto Trait Implementations§
impl RefUnwindSafe for GetBotInput
impl Send for GetBotInput
impl Sync for GetBotInput
impl Unpin for GetBotInput
impl UnwindSafe for GetBotInput
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