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