pub struct UsersApi { /* private fields */ }Expand description
API client for Datadog users endpoints.
Implementations§
Source§impl UsersApi
impl UsersApi
Sourcepub const fn new(client: DatadogClient) -> Self
pub const fn new(client: DatadogClient) -> Self
Creates a new API client.
pub async fn list_users(&self) -> Result<UsersResponse>
Auto Trait Implementations§
impl Freeze for UsersApi
impl !RefUnwindSafe for UsersApi
impl Send for UsersApi
impl Sync for UsersApi
impl Unpin for UsersApi
impl !UnwindSafe for UsersApi
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