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