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 LongRefFromWasmAbi for VoterList
impl LongRefFromWasmAbi 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
Source§impl TryFromJsValue for VoterList
impl TryFromJsValue for VoterList
Source§impl VectorFromWasmAbi for VoterList
impl VectorFromWasmAbi for VoterList
Source§impl VectorIntoWasmAbi for VoterList
impl VectorIntoWasmAbi for VoterList
impl SupportsConstructor for VoterList
impl SupportsInstanceProperty for VoterList
impl SupportsStaticProperty 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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§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.