Struct cml_chain_wasm::utils::LanguageList
source · pub struct LanguageList(/* private fields */);Implementations§
source§impl LanguageList
impl LanguageList
Trait Implementations§
source§impl AsRef<[Language]> for LanguageList
impl AsRef<[Language]> for LanguageList
source§impl Clone for LanguageList
impl Clone for LanguageList
source§fn clone(&self) -> LanguageList
fn clone(&self) -> LanguageList
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 LanguageList
impl Debug for LanguageList
source§impl From<LanguageList> for JsValue
impl From<LanguageList> for JsValue
source§fn from(value: LanguageList) -> Self
fn from(value: LanguageList) -> Self
Converts to this type from the input type.
source§impl FromWasmAbi for LanguageList
impl FromWasmAbi for LanguageList
source§impl IntoWasmAbi for LanguageList
impl IntoWasmAbi for LanguageList
source§impl OptionFromWasmAbi for LanguageList
impl OptionFromWasmAbi for LanguageList
source§impl OptionIntoWasmAbi for LanguageList
impl OptionIntoWasmAbi for LanguageList
source§impl RefFromWasmAbi for LanguageList
impl RefFromWasmAbi for LanguageList
§type Anchor = Ref<'static, LanguageList>
type Anchor = Ref<'static, LanguageList>
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 LanguageList
impl RefMutFromWasmAbi for LanguageList
Auto Trait Implementations§
impl RefUnwindSafe for LanguageList
impl Send for LanguageList
impl Sync for LanguageList
impl Unpin for LanguageList
impl UnwindSafe for LanguageList
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::Abisource§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.