Struct azure_devops_rust_api::processes::layout::Client
source · pub struct Client(/* private fields */);
Implementations§
source§impl Client
impl Client
sourcepub fn get(
&self,
organization: impl Into<String>,
process_id: impl Into<String>,
wit_ref_name: impl Into<String>
) -> RequestBuilder
pub fn get( &self, organization: impl Into<String>, process_id: impl Into<String>, wit_ref_name: impl Into<String> ) -> RequestBuilder
Gets the form layout.
Arguments:
organization
: The name of the Azure DevOps organization.process_id
: The ID of the process.wit_ref_name
: The reference name of the work item type.
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