Struct azure_devops_rust_api::graph::membership_states::Client
source · pub struct Client(/* private fields */);
Implementations§
source§impl Client
impl Client
sourcepub fn get(
&self,
organization: impl Into<String>,
subject_descriptor: impl Into<String>
) -> RequestBuilder
pub fn get( &self, organization: impl Into<String>, subject_descriptor: impl Into<String> ) -> RequestBuilder
Check whether a subject is active or inactive.
Arguments:
organization
: The name of the Azure DevOps organization.subject_descriptor
: Descriptor of the subject (user, group, scope, etc.) to check state of
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