pub struct Client(/* private fields */);Implementations§
Source§impl Client
impl Client
Sourcepub fn create(
&self,
organization: impl Into<String>,
body: impl Into<Value>,
scope_identifier: impl Into<String>,
hub_name: impl Into<String>,
plan_id: impl Into<String>,
job_id: impl Into<String>,
) -> RequestBuilder
pub fn create( &self, organization: impl Into<String>, body: impl Into<Value>, scope_identifier: impl Into<String>, hub_name: impl Into<String>, plan_id: impl Into<String>, job_id: impl Into<String>, ) -> RequestBuilder
Arguments:
organization: The name of the Azure DevOps organization.scope_identifier: The project GUID to scope the requesthub_name: The name of the server hub. Common examples: “build”, “rm”, “checks”
Auto Trait Implementations§
impl Freeze for Client
impl !RefUnwindSafe for Client
impl Send for Client
impl Sync for Client
impl Unpin for Client
impl !UnwindSafe for Client
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