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