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