pub struct DataLogDaemon { /* private fields */ }
Implementations§
Source§impl DataLogDaemon
impl DataLogDaemon
pub fn get_sender(&self) -> DataLogDaemonSender
pub fn get_all_entries(&mut self) -> &Vec<DatalogEntryResponse>
pub fn is_alive(&self) -> bool
pub fn kill(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataLogDaemon
impl !RefUnwindSafe for DataLogDaemon
impl Send for DataLogDaemon
impl Sync for DataLogDaemon
impl Unpin for DataLogDaemon
impl !UnwindSafe for DataLogDaemon
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