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