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