pub struct CreateElectionCandidateInput;
Trait Implementations§
impl HasInputField<data, CreateElectionCandidateDataInput> for CreateElectionCandidateInput
impl InputObjectMarker for CreateElectionCandidateInput
Auto Trait Implementations§
impl Freeze for CreateElectionCandidateInput
impl RefUnwindSafe for CreateElectionCandidateInput
impl Send for CreateElectionCandidateInput
impl Sync for CreateElectionCandidateInput
impl Unpin for CreateElectionCandidateInput
impl UnwindSafe for CreateElectionCandidateInput
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