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