pub struct ElectionCandidate;
Trait Implementations§
Source§impl HasField<__typename> for ElectionCandidate
impl HasField<__typename> for ElectionCandidate
Source§impl HasField<_id> for ElectionCandidate
impl HasField<_id> for ElectionCandidate
Source§impl HasField<afBaseScore> for ElectionCandidate
impl HasField<afBaseScore> for ElectionCandidate
Source§impl HasField<afExtendedScore> for ElectionCandidate
impl HasField<afExtendedScore> for ElectionCandidate
Source§impl HasField<afVoteCount> for ElectionCandidate
impl HasField<afVoteCount> for ElectionCandidate
Source§impl HasField<amountRaised> for ElectionCandidate
impl HasField<amountRaised> for ElectionCandidate
Source§impl HasField<baseScore> for ElectionCandidate
impl HasField<baseScore> for ElectionCandidate
Source§impl HasField<createdAt> for ElectionCandidate
impl HasField<createdAt> for ElectionCandidate
Source§impl HasField<currentUserVote> for ElectionCandidate
impl HasField<currentUserVote> for ElectionCandidate
Source§impl HasField<description> for ElectionCandidate
impl HasField<description> for ElectionCandidate
Source§impl HasField<electionName> for ElectionCandidate
impl HasField<electionName> for ElectionCandidate
Source§impl HasField<extendedScore> for ElectionCandidate
impl HasField<extendedScore> for ElectionCandidate
Source§impl HasField<fundraiserLink> for ElectionCandidate
impl HasField<fundraiserLink> for ElectionCandidate
Source§impl HasField<gwwcId> for ElectionCandidate
impl HasField<gwwcId> for ElectionCandidate
Source§impl HasField<gwwcLink> for ElectionCandidate
impl HasField<gwwcLink> for ElectionCandidate
Source§impl HasField<href> for ElectionCandidate
impl HasField<href> for ElectionCandidate
Source§impl HasField<legacyData> for ElectionCandidate
impl HasField<legacyData> for ElectionCandidate
Source§impl HasField<logoSrc> for ElectionCandidate
impl HasField<logoSrc> for ElectionCandidate
Source§impl HasField<name> for ElectionCandidate
impl HasField<name> for ElectionCandidate
Source§impl HasField<postCount> for ElectionCandidate
impl HasField<postCount> for ElectionCandidate
Source§impl HasField<schemaVersion> for ElectionCandidate
impl HasField<schemaVersion> for ElectionCandidate
Source§impl HasField<score> for ElectionCandidate
impl HasField<score> for ElectionCandidate
Source§impl HasField<tag> for ElectionCandidate
impl HasField<tag> for ElectionCandidate
Source§impl HasField<tagId> for ElectionCandidate
impl HasField<tagId> for ElectionCandidate
Source§impl HasField<targetAmount> for ElectionCandidate
impl HasField<targetAmount> for ElectionCandidate
Source§impl HasField<user> for ElectionCandidate
impl HasField<user> for ElectionCandidate
Source§impl HasField<userId> for ElectionCandidate
impl HasField<userId> for ElectionCandidate
Source§impl HasField<voteCount> for ElectionCandidate
impl HasField<voteCount> for ElectionCandidate
Auto Trait Implementations§
impl Freeze for ElectionCandidate
impl RefUnwindSafe for ElectionCandidate
impl Send for ElectionCandidate
impl Sync for ElectionCandidate
impl Unpin for ElectionCandidate
impl UnwindSafe for ElectionCandidate
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