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