pub struct IndexedDbListUpdatedParams {
pub origin: String,
pub storage_key: String,
pub bucket_id: String,
}Expand description
The origin’s IndexedDB database list has been modified. indexedDBListUpdated
Fields§
§origin: StringOrigin to update.
storage_key: StringStorage key to update.
bucket_id: StringStorage bucket to update.
Trait Implementations§
Source§impl Clone for IndexedDbListUpdatedParams
impl Clone for IndexedDbListUpdatedParams
Source§fn clone(&self) -> IndexedDbListUpdatedParams
fn clone(&self) -> IndexedDbListUpdatedParams
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 IndexedDbListUpdatedParams
impl Debug for IndexedDbListUpdatedParams
Source§impl<'de> Deserialize<'de> for IndexedDbListUpdatedParams
impl<'de> Deserialize<'de> for IndexedDbListUpdatedParams
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
impl StructuralPartialEq for IndexedDbListUpdatedParams
Auto Trait Implementations§
impl Freeze for IndexedDbListUpdatedParams
impl RefUnwindSafe for IndexedDbListUpdatedParams
impl Send for IndexedDbListUpdatedParams
impl Sync for IndexedDbListUpdatedParams
impl Unpin for IndexedDbListUpdatedParams
impl UnsafeUnpin for IndexedDbListUpdatedParams
impl UnwindSafe for IndexedDbListUpdatedParams
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