pub struct SingleElectionCandidateInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleElectionCandidateInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleElectionCandidateInput
impl HasInputField<selector, Option<SelectorInput>> for SingleElectionCandidateInput
impl InputObjectMarker for SingleElectionCandidateInput
Auto Trait Implementations§
impl Freeze for SingleElectionCandidateInput
impl RefUnwindSafe for SingleElectionCandidateInput
impl Send for SingleElectionCandidateInput
impl Sync for SingleElectionCandidateInput
impl Unpin for SingleElectionCandidateInput
impl UnwindSafe for SingleElectionCandidateInput
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