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