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