pub enum QueryParameter {
Result = 34_918,
ResultAvailable = 34_919,
}
Expand description
Constants passed to getQueryParameter
Variants§
Trait Implementations§
Source§impl Clone for QueryParameter
impl Clone for QueryParameter
Source§fn clone(&self) -> QueryParameter
fn clone(&self) -> QueryParameter
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for QueryParameter
impl Debug for QueryParameter
Source§impl From<QueryParameter> for JsValue
impl From<QueryParameter> for JsValue
Source§fn from(value: QueryParameter) -> Self
fn from(value: QueryParameter) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for QueryParameter
impl FromWasmAbi for QueryParameter
Source§impl IntoWasmAbi for QueryParameter
impl IntoWasmAbi for QueryParameter
Source§impl OptionFromWasmAbi for QueryParameter
impl OptionFromWasmAbi for QueryParameter
Source§impl OptionIntoWasmAbi for QueryParameter
impl OptionIntoWasmAbi for QueryParameter
Source§impl TryFromJsValue for QueryParameter
impl TryFromJsValue for QueryParameter
Source§fn try_from_js_value(
value: JsValue,
) -> Result<Self, <QueryParameter as TryFromJsValue>::Error>
fn try_from_js_value( value: JsValue, ) -> Result<Self, <QueryParameter as TryFromJsValue>::Error>
Performs the conversion.
Source§impl VectorFromWasmAbi for QueryParameter
impl VectorFromWasmAbi for QueryParameter
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[QueryParameter]>
Source§impl VectorIntoJsValue for QueryParameter
impl VectorIntoJsValue for QueryParameter
fn vector_into_jsvalue(vector: Box<[QueryParameter]>) -> JsValue
Source§impl VectorIntoWasmAbi for QueryParameter
impl VectorIntoWasmAbi for QueryParameter
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[QueryParameter]>) -> Self::Abi
Source§impl WasmDescribeVector for QueryParameter
impl WasmDescribeVector for QueryParameter
impl Copy for QueryParameter
Auto Trait Implementations§
impl Freeze for QueryParameter
impl RefUnwindSafe for QueryParameter
impl Send for QueryParameter
impl Sync for QueryParameter
impl Unpin for QueryParameter
impl UnwindSafe for QueryParameter
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
.