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