Struct azure_devops_rust_api::graph::subject_lookup::Client
source · pub struct Client(/* private fields */);
Implementations§
source§impl Client
impl Client
sourcepub fn lookup_subjects(
&self,
organization: impl Into<String>,
body: impl Into<GraphSubjectLookup>
) -> RequestBuilder
pub fn lookup_subjects( &self, organization: impl Into<String>, body: impl Into<GraphSubjectLookup> ) -> RequestBuilder
Resolve descriptors to users, groups or scopes (Subjects) in a batch.
Arguments:
organization
: The name of the Azure DevOps organization.body
: A list of descriptors that specifies a subset of subjects to retrieve. Each descriptor uniquely identifies the subject across all instance scopes, but only at a single point in time.
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