Struct azure_devops_rust_api::release::gates::Client
source · pub struct Client(/* private fields */);
Implementations§
source§impl Client
impl Client
sourcepub fn update(
&self,
organization: impl Into<String>,
body: impl Into<GateUpdateMetadata>,
project: impl Into<String>,
gate_step_id: i32
) -> RequestBuilder
pub fn update( &self, organization: impl Into<String>, body: impl Into<GateUpdateMetadata>, project: impl Into<String>, gate_step_id: i32 ) -> RequestBuilder
Updates the gate for a deployment.
Arguments:
organization
: The name of the Azure DevOps organization.body
: Metadata to patch the Release Gates.project
: Project ID or project namegate_step_id
: Gate step Id.
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