pub struct PopularComments;
Trait Implementations§
Source§impl Field for PopularComments
impl Field for PopularComments
Source§impl HasArgument<limit> for PopularComments
impl HasArgument<limit> for PopularComments
Source§impl HasField<PopularComments> for Query
impl HasField<PopularComments> for Query
Source§type Type = Option<PopularCommentsResult>
type Type = Option<PopularCommentsResult>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for PopularComments
impl RefUnwindSafe for PopularComments
impl Send for PopularComments
impl Sync for PopularComments
impl Unpin for PopularComments
impl UnwindSafe for PopularComments
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