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