Struct aws_sdk_connectcases::model::EventIncludedData
source · [−]#[non_exhaustive]pub struct EventIncludedData { /* private fields */ }
Expand description
Details of what case and related item data is published through the case event stream.
Implementations
sourceimpl EventIncludedData
impl EventIncludedData
sourcepub fn case_data(&self) -> Option<&CaseEventIncludedData>
pub fn case_data(&self) -> Option<&CaseEventIncludedData>
Details of what case data is published through the case event stream.
Details of what related item data is published through the case event stream.
sourceimpl EventIncludedData
impl EventIncludedData
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EventIncludedData
.
Trait Implementations
sourceimpl Clone for EventIncludedData
impl Clone for EventIncludedData
sourcefn clone(&self) -> EventIncludedData
fn clone(&self) -> EventIncludedData
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 EventIncludedData
impl Debug for EventIncludedData
sourceimpl PartialEq<EventIncludedData> for EventIncludedData
impl PartialEq<EventIncludedData> for EventIncludedData
sourcefn eq(&self, other: &EventIncludedData) -> bool
fn eq(&self, other: &EventIncludedData) -> bool
impl StructuralPartialEq for EventIncludedData
Auto Trait Implementations
impl RefUnwindSafe for EventIncludedData
impl Send for EventIncludedData
impl Sync for EventIncludedData
impl Unpin for EventIncludedData
impl UnwindSafe for EventIncludedData
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