Struct azure_devops_rust_api::test::Client  
source · pub struct Client { /* private fields */ }Implementations§
source§impl Client
 
impl Client
sourcepub fn builder(credential: Credential) -> ClientBuilder
 
pub fn builder(credential: Credential) -> ClientBuilder
Create a new ClientBuilder.
sourcepub fn new(
    endpoint: impl Into<String>,
    credential: Credential,
    scopes: Vec<String>,
    options: ClientOptions
) -> Self
 
pub fn new( endpoint: impl Into<String>, credential: Credential, scopes: Vec<String>, options: ClientOptions ) -> Self
Create a new Client.
pub fn attachments_client(&self) -> Client
pub fn code_coverage_client(&self) -> Client
pub fn iterations_client(&self) -> Client
pub fn points_client(&self) -> Client
pub fn result_retention_settings_client(&self) -> Client
pub fn results_client(&self) -> Client
pub fn runs_client(&self) -> Client
pub fn session_client(&self) -> Client
pub fn test_cases_client(&self) -> Client
pub fn test_history_client(&self) -> Client
pub fn test_suites_client(&self) -> Client
Trait Implementations§
Auto Trait Implementations§
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