pub struct AttributionReportingVerboseDebugReportSentEventParams {
pub url: String,
pub net_error: Option<JsUInt>,
pub net_error_name: Option<String>,
pub http_status_code: Option<JsUInt>,
}Fields§
§url: String§net_error: Option<JsUInt>§net_error_name: Option<String>§http_status_code: Option<JsUInt>Trait Implementations§
Source§impl Clone for AttributionReportingVerboseDebugReportSentEventParams
impl Clone for AttributionReportingVerboseDebugReportSentEventParams
Source§fn clone(&self) -> AttributionReportingVerboseDebugReportSentEventParams
fn clone(&self) -> AttributionReportingVerboseDebugReportSentEventParams
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 moreSource§impl<'de> Deserialize<'de> for AttributionReportingVerboseDebugReportSentEventParams
impl<'de> Deserialize<'de> for AttributionReportingVerboseDebugReportSentEventParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AttributionReportingVerboseDebugReportSentEventParams
impl PartialEq for AttributionReportingVerboseDebugReportSentEventParams
Source§fn eq(
&self,
other: &AttributionReportingVerboseDebugReportSentEventParams,
) -> bool
fn eq( &self, other: &AttributionReportingVerboseDebugReportSentEventParams, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AttributionReportingVerboseDebugReportSentEventParams
Auto Trait Implementations§
impl Freeze for AttributionReportingVerboseDebugReportSentEventParams
impl RefUnwindSafe for AttributionReportingVerboseDebugReportSentEventParams
impl Send for AttributionReportingVerboseDebugReportSentEventParams
impl Sync for AttributionReportingVerboseDebugReportSentEventParams
impl Unpin for AttributionReportingVerboseDebugReportSentEventParams
impl UnwindSafe for AttributionReportingVerboseDebugReportSentEventParams
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