pub enum CharType {
Number,
Alphabet,
CJK,
Colon,
Other,
}Variants§
Trait Implementations§
Source§impl FromWasmAbi for CharType
impl FromWasmAbi for CharType
Source§impl IntoWasmAbi for CharType
impl IntoWasmAbi for CharType
Source§impl OptionFromWasmAbi for CharType
impl OptionFromWasmAbi for CharType
Source§impl OptionIntoWasmAbi for CharType
impl OptionIntoWasmAbi for CharType
Source§impl TryFromJsValue for CharType
impl TryFromJsValue for CharType
Source§impl VectorFromWasmAbi for CharType
impl VectorFromWasmAbi for CharType
Source§impl VectorIntoWasmAbi for CharType
impl VectorIntoWasmAbi for CharType
impl StructuralPartialEq for CharType
Auto Trait Implementations§
impl Freeze for CharType
impl RefUnwindSafe for CharType
impl Send for CharType
impl Sync for CharType
impl Unpin for CharType
impl UnwindSafe for CharType
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> 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.