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