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