Struct aws_sdk_lexmodelsv2::types::BotLocaleHistoryEvent
source · #[non_exhaustive]pub struct BotLocaleHistoryEvent { /* private fields */ }Expand description
Provides information about an event that occurred affecting the bot locale.
Implementations§
source§impl BotLocaleHistoryEvent
impl BotLocaleHistoryEvent
sourcepub fn builder() -> BotLocaleHistoryEventBuilder
pub fn builder() -> BotLocaleHistoryEventBuilder
Creates a new builder-style object to manufacture BotLocaleHistoryEvent.
Trait Implementations§
source§impl Clone for BotLocaleHistoryEvent
impl Clone for BotLocaleHistoryEvent
source§fn clone(&self) -> BotLocaleHistoryEvent
fn clone(&self) -> BotLocaleHistoryEvent
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 BotLocaleHistoryEvent
impl Debug for BotLocaleHistoryEvent
source§impl PartialEq<BotLocaleHistoryEvent> for BotLocaleHistoryEvent
impl PartialEq<BotLocaleHistoryEvent> for BotLocaleHistoryEvent
source§fn eq(&self, other: &BotLocaleHistoryEvent) -> bool
fn eq(&self, other: &BotLocaleHistoryEvent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BotLocaleHistoryEvent
Auto Trait Implementations§
impl RefUnwindSafe for BotLocaleHistoryEvent
impl Send for BotLocaleHistoryEvent
impl Sync for BotLocaleHistoryEvent
impl Unpin for BotLocaleHistoryEvent
impl UnwindSafe for BotLocaleHistoryEvent
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