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