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