#[non_exhaustive]pub struct GetCaseEventConfigurationOutput { /* private fields */ }
Implementations
sourceimpl GetCaseEventConfigurationOutput
impl GetCaseEventConfigurationOutput
sourcepub fn event_bridge(&self) -> Option<&EventBridgeConfiguration>
pub fn event_bridge(&self) -> Option<&EventBridgeConfiguration>
Configuration to enable EventBridge case event delivery and determine what data is delivered.
sourceimpl GetCaseEventConfigurationOutput
impl GetCaseEventConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCaseEventConfigurationOutput
.
Trait Implementations
sourceimpl Clone for GetCaseEventConfigurationOutput
impl Clone for GetCaseEventConfigurationOutput
sourcefn clone(&self) -> GetCaseEventConfigurationOutput
fn clone(&self) -> GetCaseEventConfigurationOutput
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 PartialEq<GetCaseEventConfigurationOutput> for GetCaseEventConfigurationOutput
impl PartialEq<GetCaseEventConfigurationOutput> for GetCaseEventConfigurationOutput
sourcefn eq(&self, other: &GetCaseEventConfigurationOutput) -> bool
fn eq(&self, other: &GetCaseEventConfigurationOutput) -> bool
impl StructuralPartialEq for GetCaseEventConfigurationOutput
Auto Trait Implementations
impl RefUnwindSafe for GetCaseEventConfigurationOutput
impl Send for GetCaseEventConfigurationOutput
impl Sync for GetCaseEventConfigurationOutput
impl Unpin for GetCaseEventConfigurationOutput
impl UnwindSafe for GetCaseEventConfigurationOutput
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