pub struct DeleteIssuePayload;Trait Implementations§
Source§impl HasField<__typename> for DeleteIssuePayload
impl HasField<__typename> for DeleteIssuePayload
Source§impl HasField<repository> for DeleteIssuePayload
impl HasField<repository> for DeleteIssuePayload
Source§type Type = Option<Repository>
type Type = Option<Repository>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for DeleteIssuePayload
impl RefUnwindSafe for DeleteIssuePayload
impl Send for DeleteIssuePayload
impl Sync for DeleteIssuePayload
impl Unpin for DeleteIssuePayload
impl UnwindSafe for DeleteIssuePayload
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