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