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