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