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