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