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