pub struct UpdateStoreRequestEvent { /* private fields */ }
Expand description
Event for UpdateStoreRequest
handlers.
Trait Implementations§
source§impl Clone for UpdateStoreRequestEvent
impl Clone for UpdateStoreRequestEvent
source§fn clone(&self) -> UpdateStoreRequestEvent
fn clone(&self) -> UpdateStoreRequestEvent
Returns a copy 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 UpdateStoreRequestEvent
impl Debug for UpdateStoreRequestEvent
source§impl Event for UpdateStoreRequestEvent
impl Event for UpdateStoreRequestEvent
source§impl From<Event> for UpdateStoreRequestEvent
impl From<Event> for UpdateStoreRequestEvent
source§impl From<UpdateStoreRequestEvent> for Event
impl From<UpdateStoreRequestEvent> for Event
source§fn from(event: UpdateStoreRequestEvent) -> Self
fn from(event: UpdateStoreRequestEvent) -> Self
Converts to this type from the input type.
source§impl From<UpdateStoreRequestEvent> for JsValue
impl From<UpdateStoreRequestEvent> for JsValue
source§fn from(value: UpdateStoreRequestEvent) -> Self
fn from(value: UpdateStoreRequestEvent) -> Self
Converts to this type from the input type.
source§impl PartialEq for UpdateStoreRequestEvent
impl PartialEq for UpdateStoreRequestEvent
source§impl StoreEvent for UpdateStoreRequestEvent
impl StoreEvent for UpdateStoreRequestEvent
source§impl TryFrom<JsValue> for UpdateStoreRequestEvent
impl TryFrom<JsValue> for UpdateStoreRequestEvent
impl Eq for UpdateStoreRequestEvent
impl StructuralPartialEq for UpdateStoreRequestEvent
Auto Trait Implementations§
impl Freeze for UpdateStoreRequestEvent
impl RefUnwindSafe for UpdateStoreRequestEvent
impl !Send for UpdateStoreRequestEvent
impl !Sync for UpdateStoreRequestEvent
impl Unpin for UpdateStoreRequestEvent
impl UnwindSafe for UpdateStoreRequestEvent
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)