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