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