pub struct AttributionReportingVerboseDebugReportSentEventParamsBuilder { /* private fields */ }Expand description
Implementations§
Source§impl AttributionReportingVerboseDebugReportSentEventParamsBuilder
impl AttributionReportingVerboseDebugReportSentEventParamsBuilder
pub fn url(&mut self, value: String) -> &mut Self
pub fn body(&mut self, value: Option<Vec<Json>>) -> &mut Self
pub fn net_error(&mut self, value: Option<JsUInt>) -> &mut Self
pub fn net_error_name(&mut self, value: Option<String>) -> &mut Self
pub fn http_status_code(&mut self, value: Option<JsUInt>) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<AttributionReportingVerboseDebugReportSentEventParams, AttributionReportingVerboseDebugReportSentEventParamsBuilderError>
pub fn build( &self, ) -> Result<AttributionReportingVerboseDebugReportSentEventParams, AttributionReportingVerboseDebugReportSentEventParamsBuilderError>
Builds a new AttributionReportingVerboseDebugReportSentEventParams.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for AttributionReportingVerboseDebugReportSentEventParamsBuilder
impl Clone for AttributionReportingVerboseDebugReportSentEventParamsBuilder
Source§fn clone(&self) -> AttributionReportingVerboseDebugReportSentEventParamsBuilder
fn clone(&self) -> AttributionReportingVerboseDebugReportSentEventParamsBuilder
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 AttributionReportingVerboseDebugReportSentEventParamsBuilder
impl RefUnwindSafe for AttributionReportingVerboseDebugReportSentEventParamsBuilder
impl Send for AttributionReportingVerboseDebugReportSentEventParamsBuilder
impl Sync for AttributionReportingVerboseDebugReportSentEventParamsBuilder
impl Unpin for AttributionReportingVerboseDebugReportSentEventParamsBuilder
impl UnsafeUnpin for AttributionReportingVerboseDebugReportSentEventParamsBuilder
impl UnwindSafe for AttributionReportingVerboseDebugReportSentEventParamsBuilder
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