Struct cml_chain_wasm::IntList
source · pub struct IntList(/* private fields */);
Implementations§
Trait Implementations§
source§impl FromWasmAbi for IntList
impl FromWasmAbi for IntList
source§impl IntoWasmAbi for IntList
impl IntoWasmAbi for IntList
source§impl OptionFromWasmAbi for IntList
impl OptionFromWasmAbi for IntList
source§impl OptionIntoWasmAbi for IntList
impl OptionIntoWasmAbi for IntList
source§impl RefFromWasmAbi for IntList
impl RefFromWasmAbi for IntList
source§impl RefMutFromWasmAbi for IntList
impl RefMutFromWasmAbi for IntList
Auto Trait Implementations§
impl RefUnwindSafe for IntList
impl Send for IntList
impl Sync for IntList
impl Unpin for IntList
impl UnwindSafe for IntList
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,
§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
.