pub struct UntrackIndexedDbForStorageKeyParams {
pub storage_key: String,
}Expand description
Unregisters storage key from receiving notifications for IndexedDB. untrackIndexedDBForStorageKey
Fields§
§storage_key: StringStorage key.
Implementations§
Trait Implementations§
Source§impl Clone for UntrackIndexedDbForStorageKeyParams
impl Clone for UntrackIndexedDbForStorageKeyParams
Source§fn clone(&self) -> UntrackIndexedDbForStorageKeyParams
fn clone(&self) -> UntrackIndexedDbForStorageKeyParams
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 UntrackIndexedDbForStorageKeyParams
impl<'de> Deserialize<'de> for UntrackIndexedDbForStorageKeyParams
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 PartialEq for UntrackIndexedDbForStorageKeyParams
impl PartialEq for UntrackIndexedDbForStorageKeyParams
Source§fn eq(&self, other: &UntrackIndexedDbForStorageKeyParams) -> bool
fn eq(&self, other: &UntrackIndexedDbForStorageKeyParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UntrackIndexedDbForStorageKeyParams
Auto Trait Implementations§
impl Freeze for UntrackIndexedDbForStorageKeyParams
impl RefUnwindSafe for UntrackIndexedDbForStorageKeyParams
impl Send for UntrackIndexedDbForStorageKeyParams
impl Sync for UntrackIndexedDbForStorageKeyParams
impl Unpin for UntrackIndexedDbForStorageKeyParams
impl UnsafeUnpin for UntrackIndexedDbForStorageKeyParams
impl UnwindSafe for UntrackIndexedDbForStorageKeyParams
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