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