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