Struct wallet_wasm_js::VotePlanId
source · pub struct VotePlanId(pub(crate) VotePlanId);
Tuple Fields§
§0: VotePlanId
Implementations§
Trait Implementations§
source§impl Clone for VotePlanId
impl Clone for VotePlanId
source§fn clone(&self) -> VotePlanId
fn clone(&self) -> VotePlanId
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 VotePlanId
impl Debug for VotePlanId
source§impl From<VotePlanId> for JsValue
impl From<VotePlanId> for JsValue
source§fn from(value: VotePlanId) -> Self
fn from(value: VotePlanId) -> Self
Converts to this type from the input type.
source§impl FromWasmAbi for VotePlanId
impl FromWasmAbi for VotePlanId
source§impl IntoWasmAbi for VotePlanId
impl IntoWasmAbi for VotePlanId
source§impl LongRefFromWasmAbi for VotePlanId
impl LongRefFromWasmAbi for VotePlanId
source§impl OptionFromWasmAbi for VotePlanId
impl OptionFromWasmAbi for VotePlanId
source§impl OptionIntoWasmAbi for VotePlanId
impl OptionIntoWasmAbi for VotePlanId
source§impl PartialEq<VotePlanId> for VotePlanId
impl PartialEq<VotePlanId> for VotePlanId
source§fn eq(&self, other: &VotePlanId) -> bool
fn eq(&self, other: &VotePlanId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RefFromWasmAbi for VotePlanId
impl RefFromWasmAbi for VotePlanId
§type Anchor = Ref<'static, VotePlanId>
type Anchor = Ref<'static, VotePlanId>
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 VotePlanId
impl RefMutFromWasmAbi for VotePlanId
source§impl WasmDescribe for VotePlanId
impl WasmDescribe for VotePlanId
impl Eq for VotePlanId
impl StructuralEq for VotePlanId
impl StructuralPartialEq for VotePlanId
Auto Trait Implementations§
impl RefUnwindSafe for VotePlanId
impl Send for VotePlanId
impl Sync for VotePlanId
impl Unpin for VotePlanId
impl UnwindSafe for VotePlanId
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. 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
.