Struct aws_sdk_connect::types::LexV2Bot
source · #[non_exhaustive]pub struct LexV2Bot { /* private fields */ }Expand description
Configuration information of an Amazon Lex V2 bot.
Implementations§
Trait Implementations§
source§impl PartialEq<LexV2Bot> for LexV2Bot
impl PartialEq<LexV2Bot> for LexV2Bot
impl StructuralPartialEq for LexV2Bot
Auto Trait Implementations§
impl RefUnwindSafe for LexV2Bot
impl Send for LexV2Bot
impl Sync for LexV2Bot
impl Unpin for LexV2Bot
impl UnwindSafe for LexV2Bot
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