pub struct Votable;Trait Implementations§
Source§impl HasField<__typename> for Votable
impl HasField<__typename> for Votable
Source§impl HasField<upvoteCount> for Votable
impl HasField<upvoteCount> for Votable
Source§impl HasField<viewerCanUpvote> for Votable
impl HasField<viewerCanUpvote> for Votable
Source§impl HasField<viewerHasUpvoted> for Votable
impl HasField<viewerHasUpvoted> for Votable
impl HasSubtype<Discussion> for Votable
impl HasSubtype<DiscussionComment> for Votable
impl HasSubtype<Votable> for Votable
Auto Trait Implementations§
impl Freeze for Votable
impl RefUnwindSafe for Votable
impl Send for Votable
impl Sync for Votable
impl Unpin for Votable
impl UnwindSafe for Votable
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