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