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