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