pub struct LogCollector { /* private fields */ }Expand description
Log collector that subscribes to DDS log topics.
Implementations§
Source§impl LogCollector
impl LogCollector
Sourcepub fn is_running(&self) -> bool
pub fn is_running(&self) -> bool
Check if collector is running.
Sourcepub fn stop_handle(&self) -> StopHandle
pub fn stop_handle(&self) -> StopHandle
Get a handle to stop the collector from another thread.
Auto Trait Implementations§
impl Freeze for LogCollector
impl !RefUnwindSafe for LogCollector
impl Send for LogCollector
impl !Sync for LogCollector
impl Unpin for LogCollector
impl UnsafeUnpin for LogCollector
impl !UnwindSafe for LogCollector
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