pub enum Query {
Current = 34_917,
}
Expand description
Constants passed to getQuery
Variants§
Current = 34_917
Trait Implementations§
Source§impl FromWasmAbi for Query
impl FromWasmAbi for Query
Source§impl IntoWasmAbi for Query
impl IntoWasmAbi for Query
Source§impl OptionFromWasmAbi for Query
impl OptionFromWasmAbi for Query
Source§impl OptionIntoWasmAbi for Query
impl OptionIntoWasmAbi for Query
Source§impl TryFromJsValue for Query
impl TryFromJsValue for Query
Source§impl VectorFromWasmAbi for Query
impl VectorFromWasmAbi for Query
Source§impl VectorIntoWasmAbi for Query
impl VectorIntoWasmAbi for Query
impl Copy for Query
Auto Trait Implementations§
impl Freeze for Query
impl RefUnwindSafe for Query
impl Send for Query
impl Sync for Query
impl Unpin for Query
impl UnwindSafe for Query
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<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::Abi
Source§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
.