pub struct OpenKeyCursorStoreRequestEvent { /* private fields */ }Expand description
Event for OpenKeyCursorStoreRequest handlers.
Trait Implementations§
Source§impl Clone for OpenKeyCursorStoreRequestEvent
impl Clone for OpenKeyCursorStoreRequestEvent
Source§fn clone(&self) -> OpenKeyCursorStoreRequestEvent
fn clone(&self) -> OpenKeyCursorStoreRequestEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for OpenKeyCursorStoreRequestEvent
Source§impl From<Event> for OpenKeyCursorStoreRequestEvent
impl From<Event> for OpenKeyCursorStoreRequestEvent
Source§impl From<OpenKeyCursorStoreRequestEvent> for Event
impl From<OpenKeyCursorStoreRequestEvent> for Event
Source§fn from(event: OpenKeyCursorStoreRequestEvent) -> Self
fn from(event: OpenKeyCursorStoreRequestEvent) -> Self
Converts to this type from the input type.
Source§impl From<OpenKeyCursorStoreRequestEvent> for JsValue
impl From<OpenKeyCursorStoreRequestEvent> for JsValue
Source§fn from(value: OpenKeyCursorStoreRequestEvent) -> Self
fn from(value: OpenKeyCursorStoreRequestEvent) -> Self
Converts to this type from the input type.
Source§impl PartialEq for OpenKeyCursorStoreRequestEvent
impl PartialEq for OpenKeyCursorStoreRequestEvent
Source§fn eq(&self, other: &OpenKeyCursorStoreRequestEvent) -> bool
fn eq(&self, other: &OpenKeyCursorStoreRequestEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OpenKeyCursorStoreRequestEvent
Auto Trait Implementations§
impl !Send for OpenKeyCursorStoreRequestEvent
impl !Sync for OpenKeyCursorStoreRequestEvent
impl Freeze for OpenKeyCursorStoreRequestEvent
impl RefUnwindSafe for OpenKeyCursorStoreRequestEvent
impl Unpin for OpenKeyCursorStoreRequestEvent
impl UnsafeUnpin for OpenKeyCursorStoreRequestEvent
impl UnwindSafe for OpenKeyCursorStoreRequestEvent
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.