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