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