pub struct ProcessHeartbeat;Implementations§
Source§impl ProcessHeartbeat
impl ProcessHeartbeat
pub fn spawn( config: ProcessHeartbeatConfig, ) -> Result<ProcessHeartbeatHandle, ProcessSignalError>
Auto Trait Implementations§
impl Freeze for ProcessHeartbeat
impl RefUnwindSafe for ProcessHeartbeat
impl Send for ProcessHeartbeat
impl Sync for ProcessHeartbeat
impl Unpin for ProcessHeartbeat
impl UnsafeUnpin for ProcessHeartbeat
impl UnwindSafe for ProcessHeartbeat
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