pub struct UnfollowUserPayload;Trait Implementations§
Source§impl HasField<__typename> for UnfollowUserPayload
impl HasField<__typename> for UnfollowUserPayload
Source§impl HasField<user> for UnfollowUserPayload
impl HasField<user> for UnfollowUserPayload
Auto Trait Implementations§
impl Freeze for UnfollowUserPayload
impl RefUnwindSafe for UnfollowUserPayload
impl Send for UnfollowUserPayload
impl Sync for UnfollowUserPayload
impl Unpin for UnfollowUserPayload
impl UnwindSafe for UnfollowUserPayload
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