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