pub struct ReopenIssueInput;
Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for ReopenIssueInput
impl HasInputField<issueId, Id> for ReopenIssueInput
impl InputObjectMarker for ReopenIssueInput
Auto Trait Implementations§
impl Freeze for ReopenIssueInput
impl RefUnwindSafe for ReopenIssueInput
impl Send for ReopenIssueInput
impl Sync for ReopenIssueInput
impl Unpin for ReopenIssueInput
impl UnwindSafe for ReopenIssueInput
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