pub struct ElectionVote;
Trait Implementations§
Source§impl HasField<__typename> for ElectionVote
impl HasField<__typename> for ElectionVote
Source§impl HasField<_id> for ElectionVote
impl HasField<_id> for ElectionVote
Source§impl HasField<compareState> for ElectionVote
impl HasField<compareState> for ElectionVote
Source§impl HasField<createdAt> for ElectionVote
impl HasField<createdAt> for ElectionVote
Source§impl HasField<electionName> for ElectionVote
impl HasField<electionName> for ElectionVote
Source§impl HasField<legacyData> for ElectionVote
impl HasField<legacyData> for ElectionVote
Source§impl HasField<schemaVersion> for ElectionVote
impl HasField<schemaVersion> for ElectionVote
Source§impl HasField<submissionComments> for ElectionVote
impl HasField<submissionComments> for ElectionVote
Source§impl HasField<submittedAt> for ElectionVote
impl HasField<submittedAt> for ElectionVote
Source§impl HasField<user> for ElectionVote
impl HasField<user> for ElectionVote
Source§impl HasField<userExplanation> for ElectionVote
impl HasField<userExplanation> for ElectionVote
Source§impl HasField<userId> for ElectionVote
impl HasField<userId> for ElectionVote
Source§impl HasField<userOtherComments> for ElectionVote
impl HasField<userOtherComments> for ElectionVote
Source§impl HasField<vote> for ElectionVote
impl HasField<vote> for ElectionVote
Auto Trait Implementations§
impl Freeze for ElectionVote
impl RefUnwindSafe for ElectionVote
impl Send for ElectionVote
impl Sync for ElectionVote
impl Unpin for ElectionVote
impl UnwindSafe for ElectionVote
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