pub struct IndexedDBListUpdatedEvent {
pub params: IndexedDBListUpdatedEventParams,
}Fields§
§params: IndexedDBListUpdatedEventParamsTrait Implementations§
Source§impl Clone for IndexedDBListUpdatedEvent
impl Clone for IndexedDBListUpdatedEvent
Source§fn clone(&self) -> IndexedDBListUpdatedEvent
fn clone(&self) -> IndexedDBListUpdatedEvent
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 IndexedDBListUpdatedEvent
impl Debug for IndexedDBListUpdatedEvent
Source§impl<'de> Deserialize<'de> for IndexedDBListUpdatedEvent
impl<'de> Deserialize<'de> for IndexedDBListUpdatedEvent
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 IndexedDBListUpdatedEvent
Auto Trait Implementations§
impl Freeze for IndexedDBListUpdatedEvent
impl RefUnwindSafe for IndexedDBListUpdatedEvent
impl Send for IndexedDBListUpdatedEvent
impl Sync for IndexedDBListUpdatedEvent
impl Unpin for IndexedDBListUpdatedEvent
impl UnwindSafe for IndexedDBListUpdatedEvent
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