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