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