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