Struct aws_sdk_chime::model::EventsConfiguration
source · [−]#[non_exhaustive]pub struct EventsConfiguration { /* private fields */ }Expand description
The configuration that allows a bot to receive outgoing events. Can be either an HTTPS endpoint or a Lambda function ARN.
Implementations
sourceimpl EventsConfiguration
impl EventsConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EventsConfiguration.
Trait Implementations
sourceimpl Clone for EventsConfiguration
impl Clone for EventsConfiguration
sourcefn clone(&self) -> EventsConfiguration
fn clone(&self) -> EventsConfiguration
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 EventsConfiguration
impl Debug for EventsConfiguration
sourceimpl PartialEq<EventsConfiguration> for EventsConfiguration
impl PartialEq<EventsConfiguration> for EventsConfiguration
sourcefn eq(&self, other: &EventsConfiguration) -> bool
fn eq(&self, other: &EventsConfiguration) -> bool
impl StructuralPartialEq for EventsConfiguration
Auto Trait Implementations
impl RefUnwindSafe for EventsConfiguration
impl Send for EventsConfiguration
impl Sync for EventsConfiguration
impl Unpin for EventsConfiguration
impl UnwindSafe for EventsConfiguration
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