pub struct electionCandidate;
Trait Implementations§
Source§impl Field for electionCandidate
impl Field for electionCandidate
Source§impl HasArgument<input> for electionCandidate
impl HasArgument<input> for electionCandidate
Source§type ArgumentType = Option<SingleElectionCandidateInput>
type ArgumentType = Option<SingleElectionCandidateInput>
The schema marker type of this argument.
Source§impl HasField<electionCandidate> for Query
impl HasField<electionCandidate> for Query
Source§type Type = Option<SingleElectionCandidateOutput>
type Type = Option<SingleElectionCandidateOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for electionCandidate
impl RefUnwindSafe for electionCandidate
impl Send for electionCandidate
impl Sync for electionCandidate
impl Unpin for electionCandidate
impl UnwindSafe for electionCandidate
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