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