pub enum StorageCommands {
Show 37 variants
GetStorageKey(GetStorageKey),
ClearDataForOrigin(ClearDataForOrigin),
ClearDataForStorageKey(ClearDataForStorageKey),
GetCookies(GetCookies),
SetCookies(SetCookies),
ClearCookies(ClearCookies),
GetUsageAndQuota(GetUsageAndQuota),
OverrideQuotaForOrigin(OverrideQuotaForOrigin),
TrackCacheStorageForOrigin(TrackCacheStorageForOrigin),
TrackCacheStorageForStorageKey(TrackCacheStorageForStorageKey),
TrackIndexedDbForOrigin(TrackIndexedDbForOrigin),
TrackIndexedDbForStorageKey(TrackIndexedDbForStorageKey),
UntrackCacheStorageForOrigin(UntrackCacheStorageForOrigin),
UntrackCacheStorageForStorageKey(UntrackCacheStorageForStorageKey),
UntrackIndexedDbForOrigin(UntrackIndexedDbForOrigin),
UntrackIndexedDbForStorageKey(UntrackIndexedDbForStorageKey),
GetTrustTokens(GetTrustTokens),
ClearTrustTokens(ClearTrustTokens),
GetInterestGroupDetails(GetInterestGroupDetails),
SetInterestGroupTracking(SetInterestGroupTracking),
SetInterestGroupAuctionTracking(SetInterestGroupAuctionTracking),
GetSharedStorageMetadata(GetSharedStorageMetadata),
GetSharedStorageEntries(GetSharedStorageEntries),
SetSharedStorageEntry(SetSharedStorageEntry),
DeleteSharedStorageEntry(DeleteSharedStorageEntry),
ClearSharedStorageEntries(ClearSharedStorageEntries),
ResetSharedStorageBudget(ResetSharedStorageBudget),
SetSharedStorageTracking(SetSharedStorageTracking),
SetStorageBucketTracking(SetStorageBucketTracking),
DeleteStorageBucket(DeleteStorageBucket),
RunBounceTrackingMitigations(RunBounceTrackingMitigations),
SetAttributionReportingLocalTestingMode(SetAttributionReportingLocalTestingMode),
SetAttributionReportingTracking(SetAttributionReportingTracking),
SendPendingAttributionReports(SendPendingAttributionReports),
GetRelatedWebsiteSets(GetRelatedWebsiteSets),
GetAffectedUrlsForThirdPartyCookieMetadata(GetAffectedUrlsForThirdPartyCookieMetadata),
SetProtectedAudienceKAnonymity(SetProtectedAudienceKAnonymity),
}Variants§
GetStorageKey(GetStorageKey)
ClearDataForOrigin(ClearDataForOrigin)
ClearDataForStorageKey(ClearDataForStorageKey)
GetCookies(GetCookies)
SetCookies(SetCookies)
ClearCookies(ClearCookies)
GetUsageAndQuota(GetUsageAndQuota)
OverrideQuotaForOrigin(OverrideQuotaForOrigin)
TrackCacheStorageForOrigin(TrackCacheStorageForOrigin)
TrackCacheStorageForStorageKey(TrackCacheStorageForStorageKey)
TrackIndexedDbForOrigin(TrackIndexedDbForOrigin)
TrackIndexedDbForStorageKey(TrackIndexedDbForStorageKey)
UntrackCacheStorageForOrigin(UntrackCacheStorageForOrigin)
UntrackCacheStorageForStorageKey(UntrackCacheStorageForStorageKey)
UntrackIndexedDbForOrigin(UntrackIndexedDbForOrigin)
UntrackIndexedDbForStorageKey(UntrackIndexedDbForStorageKey)
GetTrustTokens(GetTrustTokens)
ClearTrustTokens(ClearTrustTokens)
GetInterestGroupDetails(GetInterestGroupDetails)
SetInterestGroupTracking(SetInterestGroupTracking)
SetInterestGroupAuctionTracking(SetInterestGroupAuctionTracking)
SetStorageBucketTracking(SetStorageBucketTracking)
DeleteStorageBucket(DeleteStorageBucket)
RunBounceTrackingMitigations(RunBounceTrackingMitigations)
SetAttributionReportingLocalTestingMode(SetAttributionReportingLocalTestingMode)
SetAttributionReportingTracking(SetAttributionReportingTracking)
SendPendingAttributionReports(SendPendingAttributionReports)
GetRelatedWebsiteSets(GetRelatedWebsiteSets)
GetAffectedUrlsForThirdPartyCookieMetadata(GetAffectedUrlsForThirdPartyCookieMetadata)
SetProtectedAudienceKAnonymity(SetProtectedAudienceKAnonymity)
Implementations§
Source§impl StorageCommands
impl StorageCommands
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for StorageCommands
impl Clone for StorageCommands
Source§fn clone(&self) -> StorageCommands
fn clone(&self) -> StorageCommands
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 StorageCommands
impl Debug for StorageCommands
Source§impl<'de> Deserialize<'de> for StorageCommands
impl<'de> Deserialize<'de> for StorageCommands
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<ClearCookies> for StorageCommands
impl From<ClearCookies> for StorageCommands
Source§fn from(v: ClearCookies) -> Self
fn from(v: ClearCookies) -> Self
Converts to this type from the input type.
Source§impl From<ClearDataForOrigin> for StorageCommands
impl From<ClearDataForOrigin> for StorageCommands
Source§fn from(v: ClearDataForOrigin) -> Self
fn from(v: ClearDataForOrigin) -> Self
Converts to this type from the input type.
Source§impl From<ClearDataForStorageKey> for StorageCommands
impl From<ClearDataForStorageKey> for StorageCommands
Source§fn from(v: ClearDataForStorageKey) -> Self
fn from(v: ClearDataForStorageKey) -> Self
Converts to this type from the input type.
Source§fn from(v: ClearSharedStorageEntries) -> Self
fn from(v: ClearSharedStorageEntries) -> Self
Converts to this type from the input type.
Source§impl From<ClearTrustTokens> for StorageCommands
impl From<ClearTrustTokens> for StorageCommands
Source§fn from(v: ClearTrustTokens) -> Self
fn from(v: ClearTrustTokens) -> Self
Converts to this type from the input type.
Source§fn from(v: DeleteSharedStorageEntry) -> Self
fn from(v: DeleteSharedStorageEntry) -> Self
Converts to this type from the input type.
Source§impl From<DeleteStorageBucket> for StorageCommands
impl From<DeleteStorageBucket> for StorageCommands
Source§fn from(v: DeleteStorageBucket) -> Self
fn from(v: DeleteStorageBucket) -> Self
Converts to this type from the input type.
Source§impl From<GetAffectedUrlsForThirdPartyCookieMetadata> for StorageCommands
impl From<GetAffectedUrlsForThirdPartyCookieMetadata> for StorageCommands
Source§fn from(v: GetAffectedUrlsForThirdPartyCookieMetadata) -> Self
fn from(v: GetAffectedUrlsForThirdPartyCookieMetadata) -> Self
Converts to this type from the input type.
Source§impl From<GetCookies> for StorageCommands
impl From<GetCookies> for StorageCommands
Source§fn from(v: GetCookies) -> Self
fn from(v: GetCookies) -> Self
Converts to this type from the input type.
Source§impl From<GetInterestGroupDetails> for StorageCommands
impl From<GetInterestGroupDetails> for StorageCommands
Source§fn from(v: GetInterestGroupDetails) -> Self
fn from(v: GetInterestGroupDetails) -> Self
Converts to this type from the input type.
Source§impl From<GetRelatedWebsiteSets> for StorageCommands
impl From<GetRelatedWebsiteSets> for StorageCommands
Source§fn from(v: GetRelatedWebsiteSets) -> Self
fn from(v: GetRelatedWebsiteSets) -> Self
Converts to this type from the input type.
Source§fn from(v: GetSharedStorageEntries) -> Self
fn from(v: GetSharedStorageEntries) -> Self
Converts to this type from the input type.
Source§fn from(v: GetSharedStorageMetadata) -> Self
fn from(v: GetSharedStorageMetadata) -> Self
Converts to this type from the input type.
Source§impl From<GetStorageKey> for StorageCommands
impl From<GetStorageKey> for StorageCommands
Source§fn from(v: GetStorageKey) -> Self
fn from(v: GetStorageKey) -> Self
Converts to this type from the input type.
Source§impl From<GetTrustTokens> for StorageCommands
impl From<GetTrustTokens> for StorageCommands
Source§fn from(v: GetTrustTokens) -> Self
fn from(v: GetTrustTokens) -> Self
Converts to this type from the input type.
Source§impl From<GetUsageAndQuota> for StorageCommands
impl From<GetUsageAndQuota> for StorageCommands
Source§fn from(v: GetUsageAndQuota) -> Self
fn from(v: GetUsageAndQuota) -> Self
Converts to this type from the input type.
Source§impl From<OverrideQuotaForOrigin> for StorageCommands
impl From<OverrideQuotaForOrigin> for StorageCommands
Source§fn from(v: OverrideQuotaForOrigin) -> Self
fn from(v: OverrideQuotaForOrigin) -> Self
Converts to this type from the input type.
Source§fn from(v: ResetSharedStorageBudget) -> Self
fn from(v: ResetSharedStorageBudget) -> Self
Converts to this type from the input type.
Source§impl From<RunBounceTrackingMitigations> for StorageCommands
impl From<RunBounceTrackingMitigations> for StorageCommands
Source§fn from(v: RunBounceTrackingMitigations) -> Self
fn from(v: RunBounceTrackingMitigations) -> Self
Converts to this type from the input type.
Source§impl From<SendPendingAttributionReports> for StorageCommands
impl From<SendPendingAttributionReports> for StorageCommands
Source§fn from(v: SendPendingAttributionReports) -> Self
fn from(v: SendPendingAttributionReports) -> Self
Converts to this type from the input type.
Source§impl From<SetAttributionReportingLocalTestingMode> for StorageCommands
impl From<SetAttributionReportingLocalTestingMode> for StorageCommands
Source§fn from(v: SetAttributionReportingLocalTestingMode) -> Self
fn from(v: SetAttributionReportingLocalTestingMode) -> Self
Converts to this type from the input type.
Source§impl From<SetAttributionReportingTracking> for StorageCommands
impl From<SetAttributionReportingTracking> for StorageCommands
Source§fn from(v: SetAttributionReportingTracking) -> Self
fn from(v: SetAttributionReportingTracking) -> Self
Converts to this type from the input type.
Source§impl From<SetCookies> for StorageCommands
impl From<SetCookies> for StorageCommands
Source§fn from(v: SetCookies) -> Self
fn from(v: SetCookies) -> Self
Converts to this type from the input type.
Source§impl From<SetInterestGroupAuctionTracking> for StorageCommands
impl From<SetInterestGroupAuctionTracking> for StorageCommands
Source§fn from(v: SetInterestGroupAuctionTracking) -> Self
fn from(v: SetInterestGroupAuctionTracking) -> Self
Converts to this type from the input type.
Source§impl From<SetInterestGroupTracking> for StorageCommands
impl From<SetInterestGroupTracking> for StorageCommands
Source§fn from(v: SetInterestGroupTracking) -> Self
fn from(v: SetInterestGroupTracking) -> Self
Converts to this type from the input type.
Source§impl From<SetProtectedAudienceKAnonymity> for StorageCommands
impl From<SetProtectedAudienceKAnonymity> for StorageCommands
Source§fn from(v: SetProtectedAudienceKAnonymity) -> Self
fn from(v: SetProtectedAudienceKAnonymity) -> Self
Converts to this type from the input type.
Source§fn from(v: SetSharedStorageEntry) -> Self
fn from(v: SetSharedStorageEntry) -> Self
Converts to this type from the input type.
Source§fn from(v: SetSharedStorageTracking) -> Self
fn from(v: SetSharedStorageTracking) -> Self
Converts to this type from the input type.
Source§impl From<SetStorageBucketTracking> for StorageCommands
impl From<SetStorageBucketTracking> for StorageCommands
Source§fn from(v: SetStorageBucketTracking) -> Self
fn from(v: SetStorageBucketTracking) -> Self
Converts to this type from the input type.
Source§impl From<StorageCommands> for BrowserProtocolCommands
impl From<StorageCommands> for BrowserProtocolCommands
Source§fn from(v: StorageCommands) -> Self
fn from(v: StorageCommands) -> Self
Converts to this type from the input type.
Source§impl From<StorageCommands> for Command
impl From<StorageCommands> for Command
Source§fn from(v: StorageCommands) -> Self
fn from(v: StorageCommands) -> Self
Converts to this type from the input type.
Source§impl From<TrackCacheStorageForOrigin> for StorageCommands
impl From<TrackCacheStorageForOrigin> for StorageCommands
Source§fn from(v: TrackCacheStorageForOrigin) -> Self
fn from(v: TrackCacheStorageForOrigin) -> Self
Converts to this type from the input type.
Source§impl From<TrackCacheStorageForStorageKey> for StorageCommands
impl From<TrackCacheStorageForStorageKey> for StorageCommands
Source§fn from(v: TrackCacheStorageForStorageKey) -> Self
fn from(v: TrackCacheStorageForStorageKey) -> Self
Converts to this type from the input type.
Source§impl From<TrackIndexedDbForOrigin> for StorageCommands
impl From<TrackIndexedDbForOrigin> for StorageCommands
Source§fn from(v: TrackIndexedDbForOrigin) -> Self
fn from(v: TrackIndexedDbForOrigin) -> Self
Converts to this type from the input type.
Source§impl From<TrackIndexedDbForStorageKey> for StorageCommands
impl From<TrackIndexedDbForStorageKey> for StorageCommands
Source§fn from(v: TrackIndexedDbForStorageKey) -> Self
fn from(v: TrackIndexedDbForStorageKey) -> Self
Converts to this type from the input type.
Source§impl From<UntrackCacheStorageForOrigin> for StorageCommands
impl From<UntrackCacheStorageForOrigin> for StorageCommands
Source§fn from(v: UntrackCacheStorageForOrigin) -> Self
fn from(v: UntrackCacheStorageForOrigin) -> Self
Converts to this type from the input type.
Source§impl From<UntrackCacheStorageForStorageKey> for StorageCommands
impl From<UntrackCacheStorageForStorageKey> for StorageCommands
Source§fn from(v: UntrackCacheStorageForStorageKey) -> Self
fn from(v: UntrackCacheStorageForStorageKey) -> Self
Converts to this type from the input type.
Source§impl From<UntrackIndexedDbForOrigin> for StorageCommands
impl From<UntrackIndexedDbForOrigin> for StorageCommands
Source§fn from(v: UntrackIndexedDbForOrigin) -> Self
fn from(v: UntrackIndexedDbForOrigin) -> Self
Converts to this type from the input type.
Source§impl From<UntrackIndexedDbForStorageKey> for StorageCommands
impl From<UntrackIndexedDbForStorageKey> for StorageCommands
Source§fn from(v: UntrackIndexedDbForStorageKey) -> Self
fn from(v: UntrackIndexedDbForStorageKey) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StorageCommands
impl PartialEq for StorageCommands
Source§impl Serialize for StorageCommands
impl Serialize for StorageCommands
Source§impl TryFrom<BrowserProtocolCommands> for StorageCommands
impl TryFrom<BrowserProtocolCommands> for StorageCommands
Source§type Error = BrowserProtocolCommands
type Error = BrowserProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolCommands,
) -> Result<Self, <StorageCommands as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <StorageCommands as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<Command> for StorageCommands
impl TryFrom<Command> for StorageCommands
Source§impl TryFrom<StorageCommands> for ClearCookies
impl TryFrom<StorageCommands> for ClearCookies
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <ClearCookies as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <ClearCookies as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for ClearDataForOrigin
impl TryFrom<StorageCommands> for ClearDataForOrigin
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <ClearDataForOrigin as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <ClearDataForOrigin as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for ClearDataForStorageKey
impl TryFrom<StorageCommands> for ClearDataForStorageKey
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <ClearDataForStorageKey as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <ClearDataForStorageKey as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <ClearSharedStorageEntries as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <ClearSharedStorageEntries as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for ClearTrustTokens
impl TryFrom<StorageCommands> for ClearTrustTokens
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <ClearTrustTokens as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <ClearTrustTokens as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <DeleteSharedStorageEntry as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <DeleteSharedStorageEntry as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for DeleteStorageBucket
impl TryFrom<StorageCommands> for DeleteStorageBucket
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <DeleteStorageBucket as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <DeleteStorageBucket as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for GetAffectedUrlsForThirdPartyCookieMetadata
impl TryFrom<StorageCommands> for GetAffectedUrlsForThirdPartyCookieMetadata
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <GetAffectedUrlsForThirdPartyCookieMetadata as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <GetAffectedUrlsForThirdPartyCookieMetadata as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for GetCookies
impl TryFrom<StorageCommands> for GetCookies
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <GetCookies as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <GetCookies as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for GetInterestGroupDetails
impl TryFrom<StorageCommands> for GetInterestGroupDetails
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <GetInterestGroupDetails as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <GetInterestGroupDetails as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for GetRelatedWebsiteSets
impl TryFrom<StorageCommands> for GetRelatedWebsiteSets
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <GetRelatedWebsiteSets as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <GetRelatedWebsiteSets as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <GetSharedStorageEntries as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <GetSharedStorageEntries as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <GetSharedStorageMetadata as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <GetSharedStorageMetadata as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for GetStorageKey
impl TryFrom<StorageCommands> for GetStorageKey
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <GetStorageKey as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <GetStorageKey as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for GetTrustTokens
impl TryFrom<StorageCommands> for GetTrustTokens
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <GetTrustTokens as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <GetTrustTokens as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for GetUsageAndQuota
impl TryFrom<StorageCommands> for GetUsageAndQuota
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <GetUsageAndQuota as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <GetUsageAndQuota as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for OverrideQuotaForOrigin
impl TryFrom<StorageCommands> for OverrideQuotaForOrigin
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <OverrideQuotaForOrigin as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <OverrideQuotaForOrigin as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <ResetSharedStorageBudget as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <ResetSharedStorageBudget as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for RunBounceTrackingMitigations
impl TryFrom<StorageCommands> for RunBounceTrackingMitigations
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <RunBounceTrackingMitigations as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <RunBounceTrackingMitigations as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for SendPendingAttributionReports
impl TryFrom<StorageCommands> for SendPendingAttributionReports
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <SendPendingAttributionReports as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <SendPendingAttributionReports as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for SetAttributionReportingLocalTestingMode
impl TryFrom<StorageCommands> for SetAttributionReportingLocalTestingMode
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <SetAttributionReportingLocalTestingMode as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <SetAttributionReportingLocalTestingMode as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for SetAttributionReportingTracking
impl TryFrom<StorageCommands> for SetAttributionReportingTracking
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <SetAttributionReportingTracking as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <SetAttributionReportingTracking as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for SetCookies
impl TryFrom<StorageCommands> for SetCookies
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <SetCookies as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <SetCookies as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for SetInterestGroupAuctionTracking
impl TryFrom<StorageCommands> for SetInterestGroupAuctionTracking
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <SetInterestGroupAuctionTracking as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <SetInterestGroupAuctionTracking as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for SetInterestGroupTracking
impl TryFrom<StorageCommands> for SetInterestGroupTracking
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <SetInterestGroupTracking as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <SetInterestGroupTracking as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for SetProtectedAudienceKAnonymity
impl TryFrom<StorageCommands> for SetProtectedAudienceKAnonymity
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <SetProtectedAudienceKAnonymity as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <SetProtectedAudienceKAnonymity as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <SetSharedStorageEntry as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <SetSharedStorageEntry as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <SetSharedStorageTracking as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <SetSharedStorageTracking as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for SetStorageBucketTracking
impl TryFrom<StorageCommands> for SetStorageBucketTracking
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <SetStorageBucketTracking as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <SetStorageBucketTracking as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for TrackCacheStorageForOrigin
impl TryFrom<StorageCommands> for TrackCacheStorageForOrigin
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <TrackCacheStorageForOrigin as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <TrackCacheStorageForOrigin as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for TrackCacheStorageForStorageKey
impl TryFrom<StorageCommands> for TrackCacheStorageForStorageKey
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <TrackCacheStorageForStorageKey as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <TrackCacheStorageForStorageKey as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for TrackIndexedDbForOrigin
impl TryFrom<StorageCommands> for TrackIndexedDbForOrigin
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <TrackIndexedDbForOrigin as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <TrackIndexedDbForOrigin as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for TrackIndexedDbForStorageKey
impl TryFrom<StorageCommands> for TrackIndexedDbForStorageKey
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <TrackIndexedDbForStorageKey as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <TrackIndexedDbForStorageKey as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for UntrackCacheStorageForOrigin
impl TryFrom<StorageCommands> for UntrackCacheStorageForOrigin
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <UntrackCacheStorageForOrigin as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <UntrackCacheStorageForOrigin as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for UntrackCacheStorageForStorageKey
impl TryFrom<StorageCommands> for UntrackCacheStorageForStorageKey
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <UntrackCacheStorageForStorageKey as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <UntrackCacheStorageForStorageKey as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for UntrackIndexedDbForOrigin
impl TryFrom<StorageCommands> for UntrackIndexedDbForOrigin
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <UntrackIndexedDbForOrigin as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <UntrackIndexedDbForOrigin as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for UntrackIndexedDbForStorageKey
impl TryFrom<StorageCommands> for UntrackIndexedDbForStorageKey
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <UntrackIndexedDbForStorageKey as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <UntrackIndexedDbForStorageKey as TryFrom<StorageCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for StorageCommands
Auto Trait Implementations§
impl Freeze for StorageCommands
impl RefUnwindSafe for StorageCommands
impl Send for StorageCommands
impl Sync for StorageCommands
impl Unpin for StorageCommands
impl UnsafeUnpin for StorageCommands
impl UnwindSafe for StorageCommands
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