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