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