Struct wallet_wasm_js::VoteCast
source · pub struct VoteCast(pub(crate) VoteCast);
Tuple Fields§
§0: VoteCast
Implementations§
Trait Implementations§
source§impl FromWasmAbi for VoteCast
impl FromWasmAbi for VoteCast
source§impl IntoWasmAbi for VoteCast
impl IntoWasmAbi for VoteCast
source§impl LongRefFromWasmAbi for VoteCast
impl LongRefFromWasmAbi for VoteCast
source§impl OptionFromWasmAbi for VoteCast
impl OptionFromWasmAbi for VoteCast
source§impl OptionIntoWasmAbi for VoteCast
impl OptionIntoWasmAbi for VoteCast
source§impl RefFromWasmAbi for VoteCast
impl RefFromWasmAbi for VoteCast
source§impl RefMutFromWasmAbi for VoteCast
impl RefMutFromWasmAbi for VoteCast
Auto Trait Implementations§
impl RefUnwindSafe for VoteCast
impl Send for VoteCast
impl Sync for VoteCast
impl Unpin for VoteCast
impl UnwindSafe for VoteCast
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
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
.