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