pub struct UntrackIndexedDBForStorageKeyParams {
pub storageKey: String,
}Expand description
Unregisters storage key from receiving notifications for IndexedDB.
Fields§
§storageKey: 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 Default for UntrackIndexedDBForStorageKeyParams
impl Default for UntrackIndexedDBForStorageKeyParams
Source§fn default() -> UntrackIndexedDBForStorageKeyParams
fn default() -> UntrackIndexedDBForStorageKeyParams
Returns the “default value” for a type. Read more
Source§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
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