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