pub struct CreateElectionVoteDataInput;
Trait Implementations§
impl HasInputField<compareState, Option<JSON>> for CreateElectionVoteDataInput
impl HasInputField<data, CreateElectionVoteDataInput> for CreateElectionVoteInput
impl HasInputField<electionName, String> for CreateElectionVoteDataInput
impl HasInputField<legacyData, Option<JSON>> for CreateElectionVoteDataInput
impl HasInputField<submissionComments, Option<JSON>> for CreateElectionVoteDataInput
impl HasInputField<submittedAt, Option<Date>> for CreateElectionVoteDataInput
impl HasInputField<userExplanation, Option<String>> for CreateElectionVoteDataInput
impl HasInputField<userId, String> for CreateElectionVoteDataInput
impl HasInputField<userOtherComments, Option<String>> for CreateElectionVoteDataInput
impl HasInputField<vote, Option<JSON>> for CreateElectionVoteDataInput
impl InputObjectMarker for CreateElectionVoteDataInput
Auto Trait Implementations§
impl Freeze for CreateElectionVoteDataInput
impl RefUnwindSafe for CreateElectionVoteDataInput
impl Send for CreateElectionVoteDataInput
impl Sync for CreateElectionVoteDataInput
impl Unpin for CreateElectionVoteDataInput
impl UnwindSafe for CreateElectionVoteDataInput
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