pub struct UntrackIndexedDbForStorageKeyResult {}Trait Implementations§
Source§impl Clone for UntrackIndexedDbForStorageKeyResult
impl Clone for UntrackIndexedDbForStorageKeyResult
Source§fn clone(&self) -> UntrackIndexedDbForStorageKeyResult
fn clone(&self) -> UntrackIndexedDbForStorageKeyResult
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 UntrackIndexedDbForStorageKeyResult
impl Default for UntrackIndexedDbForStorageKeyResult
Source§fn default() -> UntrackIndexedDbForStorageKeyResult
fn default() -> UntrackIndexedDbForStorageKeyResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UntrackIndexedDbForStorageKeyResult
impl<'de> Deserialize<'de> for UntrackIndexedDbForStorageKeyResult
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 UntrackIndexedDbForStorageKeyResult
impl PartialEq for UntrackIndexedDbForStorageKeyResult
Source§fn eq(&self, other: &UntrackIndexedDbForStorageKeyResult) -> bool
fn eq(&self, other: &UntrackIndexedDbForStorageKeyResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UntrackIndexedDbForStorageKeyResult
Auto Trait Implementations§
impl Freeze for UntrackIndexedDbForStorageKeyResult
impl RefUnwindSafe for UntrackIndexedDbForStorageKeyResult
impl Send for UntrackIndexedDbForStorageKeyResult
impl Sync for UntrackIndexedDbForStorageKeyResult
impl Unpin for UntrackIndexedDbForStorageKeyResult
impl UnsafeUnpin for UntrackIndexedDbForStorageKeyResult
impl UnwindSafe for UntrackIndexedDbForStorageKeyResult
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