pub struct PullRequestChangesGet { /* private fields */ }
Expand description
Request builder for retrieving pull request changes.
This struct is used to build and send requests to retrieve changes in a pull request.
Trait Implementations§
Source§impl ApiRequest for PullRequestChangesGet
impl ApiRequest for PullRequestChangesGet
Source§async fn send(&self) -> ApiResponse<Self::Output>
async fn send(&self) -> ApiResponse<Self::Output>
Sends the request to retrieve pull request changes.
§Returns
A Result containing either the pull request changes or an error.
Source§type Output = PullRequestChanges
type Output = PullRequestChanges
The type of the response to deserialize to.
Source§impl Debug for PullRequestChangesGet
impl Debug for PullRequestChangesGet
Source§impl Default for PullRequestChangesGet
impl Default for PullRequestChangesGet
Source§fn default() -> PullRequestChangesGet
fn default() -> PullRequestChangesGet
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PullRequestChangesGet
impl !RefUnwindSafe for PullRequestChangesGet
impl Send for PullRequestChangesGet
impl Sync for PullRequestChangesGet
impl Unpin for PullRequestChangesGet
impl !UnwindSafe for PullRequestChangesGet
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