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