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