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