Skip to main content

StorageCommands

Enum StorageCommands 

Source
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)

§

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)

Implementations§

Source§

impl StorageCommands

Source

pub fn identifier(&self) -> &'static str

Trait Implementations§

Source§

impl Clone for StorageCommands

Source§

fn clone(&self) -> StorageCommands

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for StorageCommands

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'de> Deserialize<'de> for StorageCommands

Source§

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

Source§

fn from(v: ClearCookies) -> Self

Converts to this type from the input type.
Source§

impl From<ClearDataForOrigin> for StorageCommands

Source§

fn from(v: ClearDataForOrigin) -> Self

Converts to this type from the input type.
Source§

impl From<ClearDataForStorageKey> for StorageCommands

Source§

fn from(v: ClearDataForStorageKey) -> Self

Converts to this type from the input type.
Source§

impl From<ClearSharedStorageEntries> for StorageCommands

Source§

fn from(v: ClearSharedStorageEntries) -> Self

Converts to this type from the input type.
Source§

impl From<ClearTrustTokens> for StorageCommands

Source§

fn from(v: ClearTrustTokens) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteSharedStorageEntry> for StorageCommands

Source§

fn from(v: DeleteSharedStorageEntry) -> Self

Converts to this type from the input type.
Source§

impl From<DeleteStorageBucket> for StorageCommands

Source§

fn from(v: DeleteStorageBucket) -> Self

Converts to this type from the input type.
Source§

impl From<GetAffectedUrlsForThirdPartyCookieMetadata> for StorageCommands

Source§

fn from(v: GetAffectedUrlsForThirdPartyCookieMetadata) -> Self

Converts to this type from the input type.
Source§

impl From<GetCookies> for StorageCommands

Source§

fn from(v: GetCookies) -> Self

Converts to this type from the input type.
Source§

impl From<GetInterestGroupDetails> for StorageCommands

Source§

fn from(v: GetInterestGroupDetails) -> Self

Converts to this type from the input type.
Source§

impl From<GetRelatedWebsiteSets> for StorageCommands

Source§

fn from(v: GetRelatedWebsiteSets) -> Self

Converts to this type from the input type.
Source§

impl From<GetSharedStorageEntries> for StorageCommands

Source§

fn from(v: GetSharedStorageEntries) -> Self

Converts to this type from the input type.
Source§

impl From<GetSharedStorageMetadata> for StorageCommands

Source§

fn from(v: GetSharedStorageMetadata) -> Self

Converts to this type from the input type.
Source§

impl From<GetStorageKey> for StorageCommands

Source§

fn from(v: GetStorageKey) -> Self

Converts to this type from the input type.
Source§

impl From<GetTrustTokens> for StorageCommands

Source§

fn from(v: GetTrustTokens) -> Self

Converts to this type from the input type.
Source§

impl From<GetUsageAndQuota> for StorageCommands

Source§

fn from(v: GetUsageAndQuota) -> Self

Converts to this type from the input type.
Source§

impl From<OverrideQuotaForOrigin> for StorageCommands

Source§

fn from(v: OverrideQuotaForOrigin) -> Self

Converts to this type from the input type.
Source§

impl From<ResetSharedStorageBudget> for StorageCommands

Source§

fn from(v: ResetSharedStorageBudget) -> Self

Converts to this type from the input type.
Source§

impl From<RunBounceTrackingMitigations> for StorageCommands

Source§

fn from(v: RunBounceTrackingMitigations) -> Self

Converts to this type from the input type.
Source§

impl From<SendPendingAttributionReports> for StorageCommands

Source§

fn from(v: SendPendingAttributionReports) -> Self

Converts to this type from the input type.
Source§

impl From<SetAttributionReportingLocalTestingMode> for StorageCommands

Source§

fn from(v: SetAttributionReportingLocalTestingMode) -> Self

Converts to this type from the input type.
Source§

impl From<SetAttributionReportingTracking> for StorageCommands

Source§

fn from(v: SetAttributionReportingTracking) -> Self

Converts to this type from the input type.
Source§

impl From<SetCookies> for StorageCommands

Source§

fn from(v: SetCookies) -> Self

Converts to this type from the input type.
Source§

impl From<SetInterestGroupAuctionTracking> for StorageCommands

Source§

fn from(v: SetInterestGroupAuctionTracking) -> Self

Converts to this type from the input type.
Source§

impl From<SetInterestGroupTracking> for StorageCommands

Source§

fn from(v: SetInterestGroupTracking) -> Self

Converts to this type from the input type.
Source§

impl From<SetProtectedAudienceKAnonymity> for StorageCommands

Source§

fn from(v: SetProtectedAudienceKAnonymity) -> Self

Converts to this type from the input type.
Source§

impl From<SetSharedStorageEntry> for StorageCommands

Source§

fn from(v: SetSharedStorageEntry) -> Self

Converts to this type from the input type.
Source§

impl From<SetSharedStorageTracking> for StorageCommands

Source§

fn from(v: SetSharedStorageTracking) -> Self

Converts to this type from the input type.
Source§

impl From<SetStorageBucketTracking> for StorageCommands

Source§

fn from(v: SetStorageBucketTracking) -> Self

Converts to this type from the input type.
Source§

impl From<StorageCommands> for BrowserProtocolCommands

Source§

fn from(v: StorageCommands) -> Self

Converts to this type from the input type.
Source§

impl From<StorageCommands> for Command

Source§

fn from(v: StorageCommands) -> Self

Converts to this type from the input type.
Source§

impl From<TrackCacheStorageForOrigin> for StorageCommands

Source§

fn from(v: TrackCacheStorageForOrigin) -> Self

Converts to this type from the input type.
Source§

impl From<TrackCacheStorageForStorageKey> for StorageCommands

Source§

fn from(v: TrackCacheStorageForStorageKey) -> Self

Converts to this type from the input type.
Source§

impl From<TrackIndexedDbForOrigin> for StorageCommands

Source§

fn from(v: TrackIndexedDbForOrigin) -> Self

Converts to this type from the input type.
Source§

impl From<TrackIndexedDbForStorageKey> for StorageCommands

Source§

fn from(v: TrackIndexedDbForStorageKey) -> Self

Converts to this type from the input type.
Source§

impl From<UntrackCacheStorageForOrigin> for StorageCommands

Source§

fn from(v: UntrackCacheStorageForOrigin) -> Self

Converts to this type from the input type.
Source§

impl From<UntrackCacheStorageForStorageKey> for StorageCommands

Source§

fn from(v: UntrackCacheStorageForStorageKey) -> Self

Converts to this type from the input type.
Source§

impl From<UntrackIndexedDbForOrigin> for StorageCommands

Source§

fn from(v: UntrackIndexedDbForOrigin) -> Self

Converts to this type from the input type.
Source§

impl From<UntrackIndexedDbForStorageKey> for StorageCommands

Source§

fn from(v: UntrackIndexedDbForStorageKey) -> Self

Converts to this type from the input type.
Source§

impl PartialEq for StorageCommands

Source§

fn eq(&self, other: &StorageCommands) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Serialize for StorageCommands

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl TryFrom<BrowserProtocolCommands> for StorageCommands

Source§

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>

Performs the conversion.
Source§

impl TryFrom<Command> for StorageCommands

Source§

type Error = Command

The type returned in the event of a conversion error.
Source§

fn try_from( e: Command, ) -> Result<Self, <StorageCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for ClearCookies

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for ClearDataForOrigin

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for ClearDataForStorageKey

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for ClearSharedStorageEntries

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for ClearTrustTokens

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for DeleteSharedStorageEntry

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for DeleteStorageBucket

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for GetAffectedUrlsForThirdPartyCookieMetadata

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for GetCookies

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for GetInterestGroupDetails

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for GetRelatedWebsiteSets

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for GetSharedStorageEntries

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for GetSharedStorageMetadata

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for GetStorageKey

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for GetTrustTokens

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for GetUsageAndQuota

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for OverrideQuotaForOrigin

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for ResetSharedStorageBudget

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for RunBounceTrackingMitigations

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for SendPendingAttributionReports

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for SetAttributionReportingLocalTestingMode

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for SetAttributionReportingTracking

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for SetCookies

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for SetInterestGroupAuctionTracking

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for SetInterestGroupTracking

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for SetProtectedAudienceKAnonymity

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for SetSharedStorageEntry

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for SetSharedStorageTracking

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for SetStorageBucketTracking

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for TrackCacheStorageForOrigin

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for TrackCacheStorageForStorageKey

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for TrackIndexedDbForOrigin

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for TrackIndexedDbForStorageKey

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for UntrackCacheStorageForOrigin

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for UntrackCacheStorageForStorageKey

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for UntrackIndexedDbForOrigin

Source§

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>

Performs the conversion.
Source§

impl TryFrom<StorageCommands> for UntrackIndexedDbForStorageKey

Source§

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>

Performs the conversion.
Source§

impl StructuralPartialEq for StorageCommands

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,