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