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