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