Struct cml_chain_wasm::NativeScriptList
source · pub struct NativeScriptList(/* private fields */);
Implementations§
Trait Implementations§
source§impl AsRef<Vec<NativeScript>> for NativeScriptList
impl AsRef<Vec<NativeScript>> for NativeScriptList
source§fn as_ref(&self) -> &Vec<NativeScript>
fn as_ref(&self) -> &Vec<NativeScript>
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for NativeScriptList
impl Clone for NativeScriptList
source§fn clone(&self) -> NativeScriptList
fn clone(&self) -> NativeScriptList
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NativeScriptList
impl Debug for NativeScriptList
source§impl From<NativeScriptList> for JsValue
impl From<NativeScriptList> for JsValue
source§fn from(value: NativeScriptList) -> Self
fn from(value: NativeScriptList) -> Self
Converts to this type from the input type.
source§impl From<Vec<NativeScript>> for NativeScriptList
impl From<Vec<NativeScript>> for NativeScriptList
source§fn from(native: Vec<NativeScript>) -> Self
fn from(native: Vec<NativeScript>) -> Self
Converts to this type from the input type.
source§impl FromWasmAbi for NativeScriptList
impl FromWasmAbi for NativeScriptList
source§impl Into<Vec<NativeScript>> for NativeScriptList
impl Into<Vec<NativeScript>> for NativeScriptList
source§fn into(self) -> Vec<NativeScript>
fn into(self) -> Vec<NativeScript>
Converts this type into the (usually inferred) input type.
source§impl IntoWasmAbi for NativeScriptList
impl IntoWasmAbi for NativeScriptList
source§impl OptionFromWasmAbi for NativeScriptList
impl OptionFromWasmAbi for NativeScriptList
source§impl OptionIntoWasmAbi for NativeScriptList
impl OptionIntoWasmAbi for NativeScriptList
source§impl RefFromWasmAbi for NativeScriptList
impl RefFromWasmAbi for NativeScriptList
§type Anchor = Ref<'static, NativeScriptList>
type Anchor = Ref<'static, NativeScriptList>
The type that holds the reference to
Self
for the duration of the
invocation of the function that has an &Self
parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.source§impl RefMutFromWasmAbi for NativeScriptList
impl RefMutFromWasmAbi for NativeScriptList
Auto Trait Implementations§
impl RefUnwindSafe for NativeScriptList
impl Send for NativeScriptList
impl Sync for NativeScriptList
impl Unpin for NativeScriptList
impl UnwindSafe for NativeScriptList
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
.