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