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