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