pub struct AttributionReportingReportSentEventParams {
pub url: String,
pub result: AttributionReportingReportResult,
pub net_error: Option<JsUInt>,
pub net_error_name: Option<String>,
pub http_status_code: Option<JsUInt>,
}Fields§
§url: String§result: AttributionReportingReportResult§net_error: Option<JsUInt>§net_error_name: Option<String>§http_status_code: Option<JsUInt>Trait Implementations§
Source§impl Clone for AttributionReportingReportSentEventParams
impl Clone for AttributionReportingReportSentEventParams
Source§fn clone(&self) -> AttributionReportingReportSentEventParams
fn clone(&self) -> AttributionReportingReportSentEventParams
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 AttributionReportingReportSentEventParams
impl<'de> Deserialize<'de> for AttributionReportingReportSentEventParams
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 AttributionReportingReportSentEventParams
impl PartialEq for AttributionReportingReportSentEventParams
Source§fn eq(&self, other: &AttributionReportingReportSentEventParams) -> bool
fn eq(&self, other: &AttributionReportingReportSentEventParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AttributionReportingReportSentEventParams
Auto Trait Implementations§
impl Freeze for AttributionReportingReportSentEventParams
impl RefUnwindSafe for AttributionReportingReportSentEventParams
impl Send for AttributionReportingReportSentEventParams
impl Sync for AttributionReportingReportSentEventParams
impl Unpin for AttributionReportingReportSentEventParams
impl UnwindSafe for AttributionReportingReportSentEventParams
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