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