Struct hubcaps::pulls::PullRequest

source ·
pub struct PullRequest<C>where
    C: Clone + Connect + 'static,
{ /* private fields */ }
Expand description

A structure for accessing interfacing with a specific pull request

Implementations

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

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.