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