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