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