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