#[non_exhaustive]pub struct EventIncludedDataBuilder { /* private fields */ }
Expand description
A builder for EventIncludedData
.
Implementations§
source§impl EventIncludedDataBuilder
impl EventIncludedDataBuilder
sourcepub fn case_data(self, input: CaseEventIncludedData) -> Self
pub fn case_data(self, input: CaseEventIncludedData) -> Self
Details of what case data is published through the case event stream.
sourcepub fn set_case_data(self, input: Option<CaseEventIncludedData>) -> Self
pub fn set_case_data(self, input: Option<CaseEventIncludedData>) -> Self
Details of what case data is published through the case event stream.
sourcepub fn get_case_data(&self) -> &Option<CaseEventIncludedData>
pub fn get_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.
Details of what related item data is published through the case event stream.
Details of what related item data is published through the case event stream.
sourcepub fn build(self) -> EventIncludedData
pub fn build(self) -> EventIncludedData
Consumes the builder and constructs a EventIncludedData
.
Trait Implementations§
source§impl Clone for EventIncludedDataBuilder
impl Clone for EventIncludedDataBuilder
source§fn clone(&self) -> EventIncludedDataBuilder
fn clone(&self) -> EventIncludedDataBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EventIncludedDataBuilder
impl Debug for EventIncludedDataBuilder
source§impl Default for EventIncludedDataBuilder
impl Default for EventIncludedDataBuilder
source§fn default() -> EventIncludedDataBuilder
fn default() -> EventIncludedDataBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for EventIncludedDataBuilder
impl PartialEq for EventIncludedDataBuilder
source§fn eq(&self, other: &EventIncludedDataBuilder) -> bool
fn eq(&self, other: &EventIncludedDataBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for EventIncludedDataBuilder
Auto Trait Implementations§
impl RefUnwindSafe for EventIncludedDataBuilder
impl Send for EventIncludedDataBuilder
impl Sync for EventIncludedDataBuilder
impl Unpin for EventIncludedDataBuilder
impl UnwindSafe for EventIncludedDataBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more