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