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