pub struct PullRequest;Trait Implementations§
Source§impl HasField<__typename> for PullRequest
impl HasField<__typename> for PullRequest
Source§impl HasField<archivedAt> for PullRequest
impl HasField<archivedAt> for PullRequest
Source§impl HasField<commits> for PullRequest
impl HasField<commits> for PullRequest
Source§type Type = Vec<PullRequestCommit>
type Type = Vec<PullRequestCommit>
The schema marker type of this field.
Source§impl HasField<createdAt> for PullRequest
impl HasField<createdAt> for PullRequest
Source§impl HasField<mergeCommit> for PullRequest
impl HasField<mergeCommit> for PullRequest
Source§type Type = Option<PullRequestCommit>
type Type = Option<PullRequestCommit>
The schema marker type of this field.
Source§impl HasField<mergeSettings> for PullRequest
impl HasField<mergeSettings> for PullRequest
Source§type Type = Option<PullRequestMergeSettings>
type Type = Option<PullRequestMergeSettings>
The schema marker type of this field.
Source§impl HasField<number> for PullRequest
impl HasField<number> for PullRequest
Source§impl HasField<sourceBranch> for PullRequest
impl HasField<sourceBranch> for PullRequest
Source§impl HasField<status> for PullRequest
impl HasField<status> for PullRequest
Source§type Type = PullRequestStatus
type Type = PullRequestStatus
The schema marker type of this field.
Source§impl HasField<targetBranch> for PullRequest
impl HasField<targetBranch> for PullRequest
Source§impl HasField<title> for PullRequest
impl HasField<title> for PullRequest
Source§impl HasField<updatedAt> for PullRequest
impl HasField<updatedAt> for PullRequest
Source§impl HasField<url> for PullRequest
impl HasField<url> for PullRequest
Source§impl NamedType for PullRequest
impl NamedType for PullRequest
impl HasSubtype<PullRequest> for Node
Auto Trait Implementations§
impl Freeze for PullRequest
impl RefUnwindSafe for PullRequest
impl Send for PullRequest
impl Sync for PullRequest
impl Unpin for PullRequest
impl UnwindSafe for PullRequest
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