pub struct addProjectV2DraftIssue;
Trait Implementations§
Source§impl Field for addProjectV2DraftIssue
impl Field for addProjectV2DraftIssue
Source§impl HasArgument<input> for addProjectV2DraftIssue
impl HasArgument<input> for addProjectV2DraftIssue
Source§type ArgumentType = AddProjectV2DraftIssueInput
type ArgumentType = AddProjectV2DraftIssueInput
The schema marker type of this argument.
Source§impl HasField<addProjectV2DraftIssue> for Mutation
impl HasField<addProjectV2DraftIssue> for Mutation
Source§type Type = Option<AddProjectV2DraftIssuePayload>
type Type = Option<AddProjectV2DraftIssuePayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for addProjectV2DraftIssue
impl RefUnwindSafe for addProjectV2DraftIssue
impl Send for addProjectV2DraftIssue
impl Sync for addProjectV2DraftIssue
impl Unpin for addProjectV2DraftIssue
impl UnwindSafe for addProjectV2DraftIssue
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