pub struct currentUserVote;
Trait Implementations§
Source§impl Field for currentUserVote
impl Field for currentUserVote
Source§impl HasField<currentUserVote> for ElectionCandidate
impl HasField<currentUserVote> for ElectionCandidate
Auto Trait Implementations§
impl Freeze for currentUserVote
impl RefUnwindSafe for currentUserVote
impl Send for currentUserVote
impl Sync for currentUserVote
impl Unpin for currentUserVote
impl UnwindSafe for currentUserVote
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