pub struct PullRequestReviewConnection;
Trait Implementations§
Source§impl HasField<edges> for PullRequestReviewConnection
impl HasField<edges> for PullRequestReviewConnection
Source§impl HasField<nodes> for PullRequestReviewConnection
impl HasField<nodes> for PullRequestReviewConnection
Auto Trait Implementations§
impl Freeze for PullRequestReviewConnection
impl RefUnwindSafe for PullRequestReviewConnection
impl Send for PullRequestReviewConnection
impl Sync for PullRequestReviewConnection
impl Unpin for PullRequestReviewConnection
impl UnwindSafe for PullRequestReviewConnection
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