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