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