Struct leptos_dom::ev::storage
source · pub struct storage;
Expand description
The storage
event, which receives StorageEvent as its argument.
Trait Implementations§
source§impl EventDescriptor for storage
impl EventDescriptor for storage
§type EventType = StorageEvent
type EventType = StorageEvent
The
web_sys
event type, such as web_sys::MouseEvent
.source§fn event_delegation_key(&self) -> Cow<'static, str>
fn event_delegation_key(&self) -> Cow<'static, str>
The key used for event delegation.
impl Copy for storage
Auto Trait Implementations§
impl RefUnwindSafe for storage
impl Send for storage
impl Sync for storage
impl Unpin for storage
impl UnwindSafe for storage
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