Struct aws_sdk_lexmodelsv2::model::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() -> Builder
pub fn builder() -> Builder
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 ==.