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