Struct aws_sdk_chime::output::GetEventsConfigurationOutput
source · [−]#[non_exhaustive]pub struct GetEventsConfigurationOutput { /* private fields */ }Implementations
sourceimpl GetEventsConfigurationOutput
impl GetEventsConfigurationOutput
sourcepub fn events_configuration(&self) -> Option<&EventsConfiguration>
pub fn events_configuration(&self) -> Option<&EventsConfiguration>
The events configuration details.
sourceimpl GetEventsConfigurationOutput
impl GetEventsConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetEventsConfigurationOutput.
Trait Implementations
sourceimpl Clone for GetEventsConfigurationOutput
impl Clone for GetEventsConfigurationOutput
sourcefn clone(&self) -> GetEventsConfigurationOutput
fn clone(&self) -> GetEventsConfigurationOutput
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 GetEventsConfigurationOutput
impl Debug for GetEventsConfigurationOutput
sourceimpl PartialEq<GetEventsConfigurationOutput> for GetEventsConfigurationOutput
impl PartialEq<GetEventsConfigurationOutput> for GetEventsConfigurationOutput
sourcefn eq(&self, other: &GetEventsConfigurationOutput) -> bool
fn eq(&self, other: &GetEventsConfigurationOutput) -> bool
impl StructuralPartialEq for GetEventsConfigurationOutput
Auto Trait Implementations
impl RefUnwindSafe for GetEventsConfigurationOutput
impl Send for GetEventsConfigurationOutput
impl Sync for GetEventsConfigurationOutput
impl Unpin for GetEventsConfigurationOutput
impl UnwindSafe for GetEventsConfigurationOutput
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