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