pub struct LogSearchEngine { /* private fields */ }Expand description
Log search engine for querying log entries
Implementations§
Auto Trait Implementations§
impl Freeze for LogSearchEngine
impl !RefUnwindSafe for LogSearchEngine
impl Send for LogSearchEngine
impl Sync for LogSearchEngine
impl Unpin for LogSearchEngine
impl !UnwindSafe for LogSearchEngine
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