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