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