pub struct UpdateIssueInput;
Trait Implementations§
impl HasInputField<assigneeIds, Option<Vec<Id>>> for UpdateIssueInput
impl HasInputField<body, Option<String>> for UpdateIssueInput
impl HasInputField<clientMutationId, Option<String>> for UpdateIssueInput
impl HasInputField<id, Id> for UpdateIssueInput
impl HasInputField<labelIds, Option<Vec<Id>>> for UpdateIssueInput
impl HasInputField<milestoneId, Option<Id>> for UpdateIssueInput
impl HasInputField<projectIds, Option<Vec<Id>>> for UpdateIssueInput
impl HasInputField<state, Option<IssueState>> for UpdateIssueInput
impl HasInputField<title, Option<String>> for UpdateIssueInput
impl InputObjectMarker for UpdateIssueInput
Auto Trait Implementations§
impl Freeze for UpdateIssueInput
impl RefUnwindSafe for UpdateIssueInput
impl Send for UpdateIssueInput
impl Sync for UpdateIssueInput
impl Unpin for UpdateIssueInput
impl UnwindSafe for UpdateIssueInput
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