pub struct LogsHandler { /* private fields */ }
Expand description
Logs handler for querying event logs
Implementations§
Auto Trait Implementations§
impl Freeze for LogsHandler
impl !RefUnwindSafe for LogsHandler
impl Send for LogsHandler
impl Sync for LogsHandler
impl Unpin for LogsHandler
impl !UnwindSafe for LogsHandler
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