pub struct Client(_);

Implementations

Request a git merge operation. Currently we support merging only 2 commits.

Arguments:

  • organization: The name of the Azure DevOps organization.
  • body: Parents commitIds and merge commit messsage.
  • project: Project ID or project name
  • repository_name_or_id: The name or ID of the repository.

Get a specific merge operation’s details.

Arguments:

  • organization: The name of the Azure DevOps organization.
  • project: Project ID or project name
  • repository_name_or_id: The name or ID of the repository.
  • merge_operation_id: OperationId of the merge request.

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.