pub struct DatadogClient { /* private fields */ }Implementations§
Source§impl DatadogClient
impl DatadogClient
pub fn new() -> Result<Self, String>
pub fn search_logs( &self, query: &LogsQuery, ) -> Result<LogsSearchResponse, String>
Auto Trait Implementations§
impl Freeze for DatadogClient
impl !RefUnwindSafe for DatadogClient
impl Send for DatadogClient
impl Sync for DatadogClient
impl Unpin for DatadogClient
impl !UnwindSafe for DatadogClient
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