pub struct SingleElectionVoteOutput;
Trait Implementations§
Source§impl HasField<result> for SingleElectionVoteOutput
impl HasField<result> for SingleElectionVoteOutput
Source§type Type = Option<ElectionVote>
type Type = Option<ElectionVote>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SingleElectionVoteOutput
impl RefUnwindSafe for SingleElectionVoteOutput
impl Send for SingleElectionVoteOutput
impl Sync for SingleElectionVoteOutput
impl Unpin for SingleElectionVoteOutput
impl UnwindSafe for SingleElectionVoteOutput
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