pub struct LogClient<BackendT: LogBackend<LogEventTs<EventT>>, EventT> { /* private fields */ }Expand description
LogClient is simple client with timestamp.
Implementations§
Source§impl<BackendT: LogBackend<LogEventTs<EventT>>, EventT> LogClient<BackendT, EventT>
impl<BackendT: LogBackend<LogEventTs<EventT>>, EventT> LogClient<BackendT, EventT>
Auto Trait Implementations§
impl<BackendT, EventT> !Freeze for LogClient<BackendT, EventT>
impl<BackendT, EventT> !RefUnwindSafe for LogClient<BackendT, EventT>
impl<BackendT, EventT> Send for LogClient<BackendT, EventT>
impl<BackendT, EventT> !Sync for LogClient<BackendT, EventT>
impl<BackendT, EventT> Unpin for LogClient<BackendT, EventT>
impl<BackendT, EventT> UnwindSafe for LogClient<BackendT, EventT>where
BackendT: UnwindSafe,
EventT: UnwindSafe,
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