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