pub struct DeleteBotChannelAssociationRequest {
pub bot_alias: String,
pub bot_name: String,
pub name: String,
}Fields§
§bot_alias: StringAn alias that points to the specific version of the Amazon Lex bot to which this association is being made.
bot_name: StringThe name of the Amazon Lex bot.
name: StringThe name of the association. The name is case sensitive.
Trait Implementations§
Source§impl Clone for DeleteBotChannelAssociationRequest
impl Clone for DeleteBotChannelAssociationRequest
Source§fn clone(&self) -> DeleteBotChannelAssociationRequest
fn clone(&self) -> DeleteBotChannelAssociationRequest
Returns a duplicate 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 Default for DeleteBotChannelAssociationRequest
impl Default for DeleteBotChannelAssociationRequest
Source§fn default() -> DeleteBotChannelAssociationRequest
fn default() -> DeleteBotChannelAssociationRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteBotChannelAssociationRequest
impl PartialEq for DeleteBotChannelAssociationRequest
Source§fn eq(&self, other: &DeleteBotChannelAssociationRequest) -> bool
fn eq(&self, other: &DeleteBotChannelAssociationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteBotChannelAssociationRequest
Auto Trait Implementations§
impl Freeze for DeleteBotChannelAssociationRequest
impl RefUnwindSafe for DeleteBotChannelAssociationRequest
impl Send for DeleteBotChannelAssociationRequest
impl Sync for DeleteBotChannelAssociationRequest
impl Unpin for DeleteBotChannelAssociationRequest
impl UnwindSafe for DeleteBotChannelAssociationRequest
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