pub struct UnfollowUserInput;Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for UnfollowUserInput
impl HasInputField<userId, Id> for UnfollowUserInput
impl InputObjectMarker for UnfollowUserInput
Auto Trait Implementations§
impl Freeze for UnfollowUserInput
impl RefUnwindSafe for UnfollowUserInput
impl Send for UnfollowUserInput
impl Sync for UnfollowUserInput
impl Unpin for UnfollowUserInput
impl UnwindSafe for UnfollowUserInput
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