pub struct ReportingApiReportAddedEventParamsBuilder { /* private fields */ }Expand description
Builder for ReportingApiReportAddedEventParams.
Implementations§
Source§impl ReportingApiReportAddedEventParamsBuilder
impl ReportingApiReportAddedEventParamsBuilder
pub fn report(&mut self, value: ReportingApiReport) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<ReportingApiReportAddedEventParams, ReportingApiReportAddedEventParamsBuilderError>
pub fn build( &self, ) -> Result<ReportingApiReportAddedEventParams, ReportingApiReportAddedEventParamsBuilderError>
Builds a new ReportingApiReportAddedEventParams.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for ReportingApiReportAddedEventParamsBuilder
impl Clone for ReportingApiReportAddedEventParamsBuilder
Source§fn clone(&self) -> ReportingApiReportAddedEventParamsBuilder
fn clone(&self) -> ReportingApiReportAddedEventParamsBuilder
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ReportingApiReportAddedEventParamsBuilder
impl RefUnwindSafe for ReportingApiReportAddedEventParamsBuilder
impl Send for ReportingApiReportAddedEventParamsBuilder
impl Sync for ReportingApiReportAddedEventParamsBuilder
impl Unpin for ReportingApiReportAddedEventParamsBuilder
impl UnsafeUnpin for ReportingApiReportAddedEventParamsBuilder
impl UnwindSafe for ReportingApiReportAddedEventParamsBuilder
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