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