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