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