Struct hubcaps::pulls::PullRequest[][src]

pub struct PullRequest<C> where
    C: Clone + Connect
{ /* fields omitted */ }

A structure for accessing interfacing with a specific pull request

Methods

impl<C: Clone + Connect> PullRequest<C>
[src]

Request a pull requests information

Return a reference to labels operations available for this pull request

Return a reference to assignee operations available for this pull request

short hand for editing state = open

shorthand for editing state = closed

Edit a pull request

Returns a vector of file diffs associated with this pull

returns issue comments interface

returns review comments interface

returns pull commits interface

Auto Trait Implementations

impl<C> !Send for PullRequest<C>

impl<C> !Sync for PullRequest<C>