pub struct Event<A>(/* private fields */);
Implementations§
Source§impl Event<PullRequest>
impl Event<PullRequest>
pub fn pull_request() -> Self
Source§impl Event<PullRequestTarget>
impl Event<PullRequestTarget>
pub fn pull_request_target() -> Self
Source§impl Event<PullRequest>
impl Event<PullRequest>
Trait Implementations§
Auto Trait Implementations§
impl<A> Freeze for Event<A>where
A: Freeze,
impl<A> RefUnwindSafe for Event<A>where
A: RefUnwindSafe,
impl<A> Send for Event<A>where
A: Send,
impl<A> Sync for Event<A>where
A: Sync,
impl<A> Unpin for Event<A>where
A: Unpin,
impl<A> UnwindSafe for Event<A>where
A: UnwindSafe,
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