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