pub struct Query { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl FromWasmAbi for Query
impl FromWasmAbi for Query
Source§impl IntoWasmAbi for Query
impl IntoWasmAbi for Query
Source§impl LongRefFromWasmAbi for Query
impl LongRefFromWasmAbi for Query
Source§impl OptionFromWasmAbi for Query
impl OptionFromWasmAbi for Query
Source§impl OptionIntoWasmAbi for Query
impl OptionIntoWasmAbi for Query
Source§impl RefFromWasmAbi for Query
impl RefFromWasmAbi for Query
Source§impl RefMutFromWasmAbi for Query
impl RefMutFromWasmAbi 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 SupportsConstructor for Query
impl SupportsInstanceProperty for Query
impl SupportsStaticProperty 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> 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
.