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