Struct cml_chain_wasm::VoterList
source · pub struct VoterList(/* private fields */);Implementations§
Trait Implementations§
source§impl FromWasmAbi for VoterList
impl FromWasmAbi for VoterList
source§impl IntoWasmAbi for VoterList
impl IntoWasmAbi for VoterList
source§impl OptionFromWasmAbi for VoterList
impl OptionFromWasmAbi for VoterList
source§impl OptionIntoWasmAbi for VoterList
impl OptionIntoWasmAbi for VoterList
source§impl RefFromWasmAbi for VoterList
impl RefFromWasmAbi for VoterList
source§impl RefMutFromWasmAbi for VoterList
impl RefMutFromWasmAbi for VoterList
Auto Trait Implementations§
impl Freeze for VoterList
impl RefUnwindSafe for VoterList
impl Send for VoterList
impl Sync for VoterList
impl Unpin for VoterList
impl UnwindSafe for VoterList
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.