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