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