pub struct ReactionCreateInput;Trait Implementations§
impl HasInputField<commentId, Option<String>> for ReactionCreateInput
impl HasInputField<emoji, String> for ReactionCreateInput
impl HasInputField<id, Option<String>> for ReactionCreateInput
impl HasInputField<initiativeUpdateId, Option<String>> for ReactionCreateInput
impl HasInputField<issueId, Option<String>> for ReactionCreateInput
impl HasInputField<postId, Option<String>> for ReactionCreateInput
impl HasInputField<projectUpdateId, Option<String>> for ReactionCreateInput
impl HasInputField<pullRequestCommentId, Option<String>> for ReactionCreateInput
impl HasInputField<pullRequestId, Option<String>> for ReactionCreateInput
impl InputObjectMarker for ReactionCreateInput
Auto Trait Implementations§
impl Freeze for ReactionCreateInput
impl RefUnwindSafe for ReactionCreateInput
impl Send for ReactionCreateInput
impl Sync for ReactionCreateInput
impl Unpin for ReactionCreateInput
impl UnwindSafe for ReactionCreateInput
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