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