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