pub struct AttributionReportingVerboseDebugReportSent {
pub method: AttributionReportingVerboseDebugReportSentMethod,
pub params: AttributionReportingVerboseDebugReportSentParams,
}Fields§
§method: AttributionReportingVerboseDebugReportSentMethod§params: AttributionReportingVerboseDebugReportSentParamsImplementations§
Source§impl AttributionReportingVerboseDebugReportSent
impl AttributionReportingVerboseDebugReportSent
pub const IDENTIFIER: &'static str = "Storage.attributionReportingVerboseDebugReportSent"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for AttributionReportingVerboseDebugReportSent
impl Clone for AttributionReportingVerboseDebugReportSent
Source§fn clone(&self) -> AttributionReportingVerboseDebugReportSent
fn clone(&self) -> AttributionReportingVerboseDebugReportSent
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 AttributionReportingVerboseDebugReportSent
impl<'de> Deserialize<'de> for AttributionReportingVerboseDebugReportSent
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 From<AttributionReportingVerboseDebugReportSent> for BrowserProtocolEvents
impl From<AttributionReportingVerboseDebugReportSent> for BrowserProtocolEvents
Source§fn from(v: AttributionReportingVerboseDebugReportSent) -> Self
fn from(v: AttributionReportingVerboseDebugReportSent) -> Self
Converts to this type from the input type.
Source§impl From<AttributionReportingVerboseDebugReportSent> for Event
impl From<AttributionReportingVerboseDebugReportSent> for Event
Source§fn from(v: AttributionReportingVerboseDebugReportSent) -> Self
fn from(v: AttributionReportingVerboseDebugReportSent) -> Self
Converts to this type from the input type.
Source§impl From<AttributionReportingVerboseDebugReportSent> for StorageEvents
impl From<AttributionReportingVerboseDebugReportSent> for StorageEvents
Source§fn from(v: AttributionReportingVerboseDebugReportSent) -> Self
fn from(v: AttributionReportingVerboseDebugReportSent) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AttributionReportingVerboseDebugReportSent
impl PartialEq for AttributionReportingVerboseDebugReportSent
Source§fn eq(&self, other: &AttributionReportingVerboseDebugReportSent) -> bool
fn eq(&self, other: &AttributionReportingVerboseDebugReportSent) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<BrowserProtocolEvents> for AttributionReportingVerboseDebugReportSent
impl TryFrom<BrowserProtocolEvents> for AttributionReportingVerboseDebugReportSent
Source§type Error = BrowserProtocolEvents
type Error = BrowserProtocolEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolEvents,
) -> Result<Self, <AttributionReportingVerboseDebugReportSent as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <AttributionReportingVerboseDebugReportSent as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageEvents> for AttributionReportingVerboseDebugReportSent
impl TryFrom<StorageEvents> for AttributionReportingVerboseDebugReportSent
Source§type Error = StorageEvents
type Error = StorageEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageEvents,
) -> Result<Self, <AttributionReportingVerboseDebugReportSent as TryFrom<StorageEvents>>::Error>
fn try_from( e: StorageEvents, ) -> Result<Self, <AttributionReportingVerboseDebugReportSent as TryFrom<StorageEvents>>::Error>
Performs the conversion.
impl StructuralPartialEq for AttributionReportingVerboseDebugReportSent
Auto Trait Implementations§
impl Freeze for AttributionReportingVerboseDebugReportSent
impl RefUnwindSafe for AttributionReportingVerboseDebugReportSent
impl Send for AttributionReportingVerboseDebugReportSent
impl Sync for AttributionReportingVerboseDebugReportSent
impl Unpin for AttributionReportingVerboseDebugReportSent
impl UnsafeUnpin for AttributionReportingVerboseDebugReportSent
impl UnwindSafe for AttributionReportingVerboseDebugReportSent
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