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