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