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