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