pub struct MultiElectionVoteOutput;
Trait Implementations§
Source§impl HasField<__typename> for MultiElectionVoteOutput
impl HasField<__typename> for MultiElectionVoteOutput
Source§impl HasField<results> for MultiElectionVoteOutput
impl HasField<results> for MultiElectionVoteOutput
Source§impl HasField<totalCount> for MultiElectionVoteOutput
impl HasField<totalCount> for MultiElectionVoteOutput
Auto Trait Implementations§
impl Freeze for MultiElectionVoteOutput
impl RefUnwindSafe for MultiElectionVoteOutput
impl Send for MultiElectionVoteOutput
impl Sync for MultiElectionVoteOutput
impl Unpin for MultiElectionVoteOutput
impl UnwindSafe for MultiElectionVoteOutput
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