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