pub enum CatchHitobjectType {
Empty,
Fruit,
Juice,
Banana,
Hyperfruit,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for CatchHitobjectType
impl Clone for CatchHitobjectType
Source§fn clone(&self) -> CatchHitobjectType
fn clone(&self) -> CatchHitobjectType
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 Copy for CatchHitobjectType
Source§impl Debug for CatchHitobjectType
impl Debug for CatchHitobjectType
impl Eq for CatchHitobjectType
Source§impl From<CatchHitobjectType> for JsValue
impl From<CatchHitobjectType> for JsValue
Source§fn from(value: CatchHitobjectType) -> Self
fn from(value: CatchHitobjectType) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for CatchHitobjectType
impl FromWasmAbi for CatchHitobjectType
Source§impl IntoWasmAbi for CatchHitobjectType
impl IntoWasmAbi for CatchHitobjectType
Source§impl PartialEq for CatchHitobjectType
impl PartialEq for CatchHitobjectType
Source§fn eq(&self, other: &CatchHitobjectType) -> bool
fn eq(&self, other: &CatchHitobjectType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CatchHitobjectType
Source§impl TryFromJsValue for CatchHitobjectType
impl TryFromJsValue for CatchHitobjectType
Source§fn try_from_js_value(
value: JsValue,
) -> Result<Self, <CatchHitobjectType as TryFromJsValue>::Error>
fn try_from_js_value( value: JsValue, ) -> Result<Self, <CatchHitobjectType as TryFromJsValue>::Error>
Performs the conversion.
Source§impl VectorFromWasmAbi for CatchHitobjectType
impl VectorFromWasmAbi for CatchHitobjectType
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[CatchHitobjectType]>
Source§impl VectorIntoJsValue for CatchHitobjectType
impl VectorIntoJsValue for CatchHitobjectType
fn vector_into_jsvalue(vector: Box<[CatchHitobjectType]>) -> JsValue
Source§impl VectorIntoWasmAbi for CatchHitobjectType
impl VectorIntoWasmAbi for CatchHitobjectType
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[CatchHitobjectType]>) -> Self::Abi
Source§impl WasmDescribeVector for CatchHitobjectType
impl WasmDescribeVector for CatchHitobjectType
Auto Trait Implementations§
impl Freeze for CatchHitobjectType
impl RefUnwindSafe for CatchHitobjectType
impl Send for CatchHitobjectType
impl Sync for CatchHitobjectType
impl Unpin for CatchHitobjectType
impl UnsafeUnpin for CatchHitobjectType
impl UnwindSafe for CatchHitobjectType
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.