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