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