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<Url>,
credential: Credential,
scopes: Vec<String>,
options: ClientOptions,
) -> Self
pub fn new( endpoint: impl Into<Url>, credential: Credential, scopes: Vec<String>, options: ClientOptions, ) -> Self
Create a new Client.
pub fn configurations_client(&self) -> Client
pub fn suite_test_case_client(&self) -> Client
pub fn test_case_clone_client(&self) -> Client
pub fn test_cases_client(&self) -> Client
pub fn test_plan_clone_client(&self) -> Client
pub fn test_plans_client(&self) -> Client
pub fn test_point_client(&self) -> Client
pub fn test_suite_clone_client(&self) -> Client
pub fn test_suite_entry_client(&self) -> Client
pub fn test_suites_client(&self) -> Client
pub fn variables_client(&self) -> Client
Trait Implementations§
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