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