pub struct PullRequestReviewEvent {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for PullRequestReviewEvent
impl RefUnwindSafe for PullRequestReviewEvent
impl Send for PullRequestReviewEvent
impl Sync for PullRequestReviewEvent
impl Unpin for PullRequestReviewEvent
impl UnwindSafe for PullRequestReviewEvent
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