pub struct MapStakeCredentialToDeltaCoin(/* private fields */);Implementations§
Trait Implementations§
source§impl AsRef<OrderedHashMap<Credential, Int>> for MapStakeCredentialToDeltaCoin
impl AsRef<OrderedHashMap<Credential, Int>> for MapStakeCredentialToDeltaCoin
source§fn as_ref(&self) -> &OrderedHashMap<StakeCredential, DeltaCoin>
fn as_ref(&self) -> &OrderedHashMap<StakeCredential, DeltaCoin>
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for MapStakeCredentialToDeltaCoin
impl Clone for MapStakeCredentialToDeltaCoin
source§fn clone(&self) -> MapStakeCredentialToDeltaCoin
fn clone(&self) -> MapStakeCredentialToDeltaCoin
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 From<MapStakeCredentialToDeltaCoin> for JsValue
impl From<MapStakeCredentialToDeltaCoin> for JsValue
source§fn from(value: MapStakeCredentialToDeltaCoin) -> Self
fn from(value: MapStakeCredentialToDeltaCoin) -> Self
Converts to this type from the input type.
source§impl From<OrderedHashMap<Credential, Int>> for MapStakeCredentialToDeltaCoin
impl From<OrderedHashMap<Credential, Int>> for MapStakeCredentialToDeltaCoin
source§fn from(native: OrderedHashMap<StakeCredential, DeltaCoin>) -> Self
fn from(native: OrderedHashMap<StakeCredential, DeltaCoin>) -> Self
Converts to this type from the input type.
source§impl Into<OrderedHashMap<Credential, Int>> for MapStakeCredentialToDeltaCoin
impl Into<OrderedHashMap<Credential, Int>> for MapStakeCredentialToDeltaCoin
source§fn into(self) -> OrderedHashMap<StakeCredential, DeltaCoin>
fn into(self) -> OrderedHashMap<StakeCredential, DeltaCoin>
Converts this type into the (usually inferred) input type.
source§impl RefFromWasmAbi for MapStakeCredentialToDeltaCoin
impl RefFromWasmAbi for MapStakeCredentialToDeltaCoin
§type Anchor = Ref<'static, MapStakeCredentialToDeltaCoin>
type Anchor = Ref<'static, MapStakeCredentialToDeltaCoin>
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 MapStakeCredentialToDeltaCoin
impl Send for MapStakeCredentialToDeltaCoin
impl Sync for MapStakeCredentialToDeltaCoin
impl Unpin for MapStakeCredentialToDeltaCoin
impl UnwindSafe for MapStakeCredentialToDeltaCoin
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.