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