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