Struct azure_devops_rust_api::work::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 backlogconfiguration_client(&self) -> Client
pub fn backlogs_client(&self) -> Client
pub fn boardcolumns_client(&self) -> Client
pub fn boardparents_client(&self) -> Client
pub fn boardrows_client(&self) -> Client
pub fn boards_client(&self) -> Client
pub fn boardusersettings_client(&self) -> Client
pub fn capacities_client(&self) -> Client
pub fn cardrulesettings_client(&self) -> Client
pub fn cardsettings_client(&self) -> Client
pub fn chartimages_client(&self) -> Client
pub fn charts_client(&self) -> Client
pub fn columns_client(&self) -> Client
pub fn deliverytimeline_client(&self) -> Client
pub fn iterationcapacities_client(&self) -> Client
pub fn iterations_client(&self) -> Client
pub fn plans_client(&self) -> Client
pub fn processconfiguration_client(&self) -> Client
pub fn rows_client(&self) -> Client
pub fn taskboard_columns_client(&self) -> Client
pub fn taskboard_work_items_client(&self) -> Client
pub fn teamdaysoff_client(&self) -> Client
pub fn teamfieldvalues_client(&self) -> Client
pub fn teamsettings_client(&self) -> Client
pub fn workitemsorder_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