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