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