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