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