pub enum StorageEvents {
Show 15 variants
CacheStorageContentUpdated(CacheStorageContentUpdated),
CacheStorageListUpdated(CacheStorageListUpdated),
IndexedDbContentUpdated(IndexedDbContentUpdated),
IndexedDbListUpdated(IndexedDbListUpdated),
InterestGroupAccessed(InterestGroupAccessed),
InterestGroupAuctionEventOccurred(InterestGroupAuctionEventOccurred),
InterestGroupAuctionNetworkRequestCreated(InterestGroupAuctionNetworkRequestCreated),
SharedStorageAccessed(SharedStorageAccessed),
SharedStorageWorkletOperationExecutionFinished(SharedStorageWorkletOperationExecutionFinished),
StorageBucketCreatedOrUpdated(StorageBucketCreatedOrUpdated),
StorageBucketDeleted(StorageBucketDeleted),
AttributionReportingSourceRegistered(AttributionReportingSourceRegistered),
AttributionReportingTriggerRegistered(AttributionReportingTriggerRegistered),
AttributionReportingReportSent(AttributionReportingReportSent),
AttributionReportingVerboseDebugReportSent(AttributionReportingVerboseDebugReportSent),
}Variants§
CacheStorageContentUpdated(CacheStorageContentUpdated)
CacheStorageListUpdated(CacheStorageListUpdated)
IndexedDbContentUpdated(IndexedDbContentUpdated)
IndexedDbListUpdated(IndexedDbListUpdated)
InterestGroupAccessed(InterestGroupAccessed)
InterestGroupAuctionEventOccurred(InterestGroupAuctionEventOccurred)
InterestGroupAuctionNetworkRequestCreated(InterestGroupAuctionNetworkRequestCreated)
StorageBucketCreatedOrUpdated(StorageBucketCreatedOrUpdated)
StorageBucketDeleted(StorageBucketDeleted)
AttributionReportingSourceRegistered(AttributionReportingSourceRegistered)
AttributionReportingTriggerRegistered(AttributionReportingTriggerRegistered)
AttributionReportingReportSent(AttributionReportingReportSent)
AttributionReportingVerboseDebugReportSent(AttributionReportingVerboseDebugReportSent)
Implementations§
Source§impl StorageEvents
impl StorageEvents
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for StorageEvents
impl Clone for StorageEvents
Source§fn clone(&self) -> StorageEvents
fn clone(&self) -> StorageEvents
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 Debug for StorageEvents
impl Debug for StorageEvents
Source§impl<'de> Deserialize<'de> for StorageEvents
impl<'de> Deserialize<'de> for StorageEvents
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 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 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 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 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 From<CacheStorageContentUpdated> for StorageEvents
impl From<CacheStorageContentUpdated> for StorageEvents
Source§fn from(v: CacheStorageContentUpdated) -> Self
fn from(v: CacheStorageContentUpdated) -> Self
Converts to this type from the input type.
Source§impl From<CacheStorageListUpdated> for StorageEvents
impl From<CacheStorageListUpdated> for StorageEvents
Source§fn from(v: CacheStorageListUpdated) -> Self
fn from(v: CacheStorageListUpdated) -> Self
Converts to this type from the input type.
Source§impl From<IndexedDbContentUpdated> for StorageEvents
impl From<IndexedDbContentUpdated> for StorageEvents
Source§fn from(v: IndexedDbContentUpdated) -> Self
fn from(v: IndexedDbContentUpdated) -> Self
Converts to this type from the input type.
Source§impl From<IndexedDbListUpdated> for StorageEvents
impl From<IndexedDbListUpdated> for StorageEvents
Source§fn from(v: IndexedDbListUpdated) -> Self
fn from(v: IndexedDbListUpdated) -> Self
Converts to this type from the input type.
Source§impl From<InterestGroupAccessed> for StorageEvents
impl From<InterestGroupAccessed> for StorageEvents
Source§fn from(v: InterestGroupAccessed) -> Self
fn from(v: InterestGroupAccessed) -> Self
Converts to this type from the input type.
Source§impl From<InterestGroupAuctionEventOccurred> for StorageEvents
impl From<InterestGroupAuctionEventOccurred> for StorageEvents
Source§fn from(v: InterestGroupAuctionEventOccurred) -> Self
fn from(v: InterestGroupAuctionEventOccurred) -> Self
Converts to this type from the input type.
Source§impl From<InterestGroupAuctionNetworkRequestCreated> for StorageEvents
impl From<InterestGroupAuctionNetworkRequestCreated> for StorageEvents
Source§fn from(v: InterestGroupAuctionNetworkRequestCreated) -> Self
fn from(v: InterestGroupAuctionNetworkRequestCreated) -> Self
Converts to this type from the input type.
Source§fn from(v: SharedStorageAccessed) -> Self
fn from(v: SharedStorageAccessed) -> Self
Converts to this type from the input type.
Source§fn from(v: SharedStorageWorkletOperationExecutionFinished) -> Self
fn from(v: SharedStorageWorkletOperationExecutionFinished) -> Self
Converts to this type from the input type.
Source§impl From<StorageBucketCreatedOrUpdated> for StorageEvents
impl From<StorageBucketCreatedOrUpdated> for StorageEvents
Source§fn from(v: StorageBucketCreatedOrUpdated) -> Self
fn from(v: StorageBucketCreatedOrUpdated) -> Self
Converts to this type from the input type.
Source§impl From<StorageBucketDeleted> for StorageEvents
impl From<StorageBucketDeleted> for StorageEvents
Source§fn from(v: StorageBucketDeleted) -> Self
fn from(v: StorageBucketDeleted) -> Self
Converts to this type from the input type.
Source§impl From<StorageEvents> for BrowserProtocolEvents
impl From<StorageEvents> for BrowserProtocolEvents
Source§fn from(v: StorageEvents) -> Self
fn from(v: StorageEvents) -> Self
Converts to this type from the input type.
Source§impl From<StorageEvents> for Event
impl From<StorageEvents> for Event
Source§fn from(v: StorageEvents) -> Self
fn from(v: StorageEvents) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StorageEvents
impl PartialEq for StorageEvents
Source§impl Serialize for StorageEvents
impl Serialize for StorageEvents
Source§impl TryFrom<BrowserProtocolEvents> for StorageEvents
impl TryFrom<BrowserProtocolEvents> for StorageEvents
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, <StorageEvents as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <StorageEvents as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<Event> for StorageEvents
impl TryFrom<Event> for StorageEvents
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.
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.
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.
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.
Source§impl TryFrom<StorageEvents> for CacheStorageContentUpdated
impl TryFrom<StorageEvents> for CacheStorageContentUpdated
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, <CacheStorageContentUpdated as TryFrom<StorageEvents>>::Error>
fn try_from( e: StorageEvents, ) -> Result<Self, <CacheStorageContentUpdated as TryFrom<StorageEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageEvents> for CacheStorageListUpdated
impl TryFrom<StorageEvents> for CacheStorageListUpdated
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, <CacheStorageListUpdated as TryFrom<StorageEvents>>::Error>
fn try_from( e: StorageEvents, ) -> Result<Self, <CacheStorageListUpdated as TryFrom<StorageEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageEvents> for IndexedDbContentUpdated
impl TryFrom<StorageEvents> for IndexedDbContentUpdated
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, <IndexedDbContentUpdated as TryFrom<StorageEvents>>::Error>
fn try_from( e: StorageEvents, ) -> Result<Self, <IndexedDbContentUpdated as TryFrom<StorageEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageEvents> for IndexedDbListUpdated
impl TryFrom<StorageEvents> for IndexedDbListUpdated
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, <IndexedDbListUpdated as TryFrom<StorageEvents>>::Error>
fn try_from( e: StorageEvents, ) -> Result<Self, <IndexedDbListUpdated as TryFrom<StorageEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageEvents> for InterestGroupAccessed
impl TryFrom<StorageEvents> for InterestGroupAccessed
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, <InterestGroupAccessed as TryFrom<StorageEvents>>::Error>
fn try_from( e: StorageEvents, ) -> Result<Self, <InterestGroupAccessed as TryFrom<StorageEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageEvents> for InterestGroupAuctionEventOccurred
impl TryFrom<StorageEvents> for InterestGroupAuctionEventOccurred
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, <InterestGroupAuctionEventOccurred as TryFrom<StorageEvents>>::Error>
fn try_from( e: StorageEvents, ) -> Result<Self, <InterestGroupAuctionEventOccurred as TryFrom<StorageEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageEvents> for InterestGroupAuctionNetworkRequestCreated
impl TryFrom<StorageEvents> for InterestGroupAuctionNetworkRequestCreated
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, <InterestGroupAuctionNetworkRequestCreated as TryFrom<StorageEvents>>::Error>
fn try_from( e: StorageEvents, ) -> Result<Self, <InterestGroupAuctionNetworkRequestCreated as TryFrom<StorageEvents>>::Error>
Performs the conversion.
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, <SharedStorageAccessed as TryFrom<StorageEvents>>::Error>
fn try_from( e: StorageEvents, ) -> Result<Self, <SharedStorageAccessed as TryFrom<StorageEvents>>::Error>
Performs the conversion.
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, <SharedStorageWorkletOperationExecutionFinished as TryFrom<StorageEvents>>::Error>
fn try_from( e: StorageEvents, ) -> Result<Self, <SharedStorageWorkletOperationExecutionFinished as TryFrom<StorageEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageEvents> for StorageBucketCreatedOrUpdated
impl TryFrom<StorageEvents> for StorageBucketCreatedOrUpdated
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, <StorageBucketCreatedOrUpdated as TryFrom<StorageEvents>>::Error>
fn try_from( e: StorageEvents, ) -> Result<Self, <StorageBucketCreatedOrUpdated as TryFrom<StorageEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageEvents> for StorageBucketDeleted
impl TryFrom<StorageEvents> for StorageBucketDeleted
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, <StorageBucketDeleted as TryFrom<StorageEvents>>::Error>
fn try_from( e: StorageEvents, ) -> Result<Self, <StorageBucketDeleted as TryFrom<StorageEvents>>::Error>
Performs the conversion.
impl StructuralPartialEq for StorageEvents
Auto Trait Implementations§
impl Freeze for StorageEvents
impl RefUnwindSafe for StorageEvents
impl Send for StorageEvents
impl Sync for StorageEvents
impl Unpin for StorageEvents
impl UnsafeUnpin for StorageEvents
impl UnwindSafe for StorageEvents
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