pub struct setVoteElectionCandidate;
Trait Implementations§
Source§impl Field for setVoteElectionCandidate
impl Field for setVoteElectionCandidate
Source§impl HasField<setVoteElectionCandidate> for Mutation
impl HasField<setVoteElectionCandidate> for Mutation
Source§type Type = Option<ElectionCandidate>
type Type = Option<ElectionCandidate>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for setVoteElectionCandidate
impl RefUnwindSafe for setVoteElectionCandidate
impl Send for setVoteElectionCandidate
impl Sync for setVoteElectionCandidate
impl Unpin for setVoteElectionCandidate
impl UnwindSafe for setVoteElectionCandidate
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