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