pub enum KeyType {
Empty,
Normal,
SliderStart,
SliderEnd,
Mine,
Fake,
Unknown,
}Variants§
Trait Implementations§
impl Copy for KeyType
impl Eq for KeyType
Source§impl FromWasmAbi for KeyType
impl FromWasmAbi for KeyType
Source§impl IntoWasmAbi for KeyType
impl IntoWasmAbi for KeyType
Source§impl OptionFromWasmAbi for KeyType
impl OptionFromWasmAbi for KeyType
Source§impl OptionIntoWasmAbi for KeyType
impl OptionIntoWasmAbi for KeyType
impl StructuralPartialEq for KeyType
Source§impl TryFromJsValue for KeyType
impl TryFromJsValue for KeyType
Source§impl VectorFromWasmAbi for KeyType
impl VectorFromWasmAbi for KeyType
Source§impl VectorIntoWasmAbi for KeyType
impl VectorIntoWasmAbi for KeyType
Auto Trait Implementations§
impl Freeze for KeyType
impl RefUnwindSafe for KeyType
impl Send for KeyType
impl Sync for KeyType
impl Unpin for KeyType
impl UnsafeUnpin for KeyType
impl UnwindSafe for KeyType
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.Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.