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
sourceimpl BotLocaleHistoryEvent
impl BotLocaleHistoryEvent
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BotLocaleHistoryEvent.
Trait Implementations
sourceimpl Clone for BotLocaleHistoryEvent
impl Clone for BotLocaleHistoryEvent
sourcefn clone(&self) -> BotLocaleHistoryEvent
fn clone(&self) -> BotLocaleHistoryEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BotLocaleHistoryEvent
impl Debug for BotLocaleHistoryEvent
sourceimpl PartialEq<BotLocaleHistoryEvent> for BotLocaleHistoryEvent
impl PartialEq<BotLocaleHistoryEvent> for BotLocaleHistoryEvent
sourcefn eq(&self, other: &BotLocaleHistoryEvent) -> bool
fn eq(&self, other: &BotLocaleHistoryEvent) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more