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