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