pub struct vote;
Trait Implementations§
impl HasInputField<vote, Option<JSON>> for CreateElectionVoteDataInput
Auto Trait Implementations§
impl Freeze for vote
impl RefUnwindSafe for vote
impl Send for vote
impl Sync for vote
impl Unpin for vote
impl UnwindSafe for vote
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