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