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