pub struct JI(/* private fields */);
Expand description
Jump.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for JI
impl<'de> Deserialize<'de> for JI
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<JI> for Instruction
impl From<JI> for Instruction
source§impl FromWasmAbi for JI
impl FromWasmAbi for JI
source§impl IntoWasmAbi for JI
impl IntoWasmAbi for JI
source§impl LongRefFromWasmAbi for JI
impl LongRefFromWasmAbi for JI
source§impl OptionFromWasmAbi for JI
impl OptionFromWasmAbi for JI
source§impl OptionIntoWasmAbi for JI
impl OptionIntoWasmAbi for JI
source§impl RefFromWasmAbi for JI
impl RefFromWasmAbi for JI
source§impl RefMutFromWasmAbi for JI
impl RefMutFromWasmAbi for JI
source§impl TryFromJsValue for JI
impl TryFromJsValue for JI
source§impl VectorFromWasmAbi for JI
impl VectorFromWasmAbi for JI
source§impl VectorIntoWasmAbi for JI
impl VectorIntoWasmAbi for JI
impl Copy for JI
impl Eq for JI
impl StructuralPartialEq for JI
Auto Trait Implementations§
impl Freeze for JI
impl RefUnwindSafe for JI
impl Send for JI
impl Sync for JI
impl Unpin for JI
impl UnwindSafe for JI
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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
.