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