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