pub struct UntrackIndexedDbForOrigin { /* private fields */ }Expand description
Unregisters origin from receiving notifications for IndexedDB.
Implementations§
Trait Implementations§
Source§impl Clone for UntrackIndexedDbForOrigin
impl Clone for UntrackIndexedDbForOrigin
Source§fn clone(&self) -> UntrackIndexedDbForOrigin
fn clone(&self) -> UntrackIndexedDbForOrigin
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 Debug for UntrackIndexedDbForOrigin
impl Debug for UntrackIndexedDbForOrigin
Auto Trait Implementations§
impl Freeze for UntrackIndexedDbForOrigin
impl RefUnwindSafe for UntrackIndexedDbForOrigin
impl Send for UntrackIndexedDbForOrigin
impl Sync for UntrackIndexedDbForOrigin
impl Unpin for UntrackIndexedDbForOrigin
impl UnsafeUnpin for UntrackIndexedDbForOrigin
impl UnwindSafe for UntrackIndexedDbForOrigin
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