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