pub struct SupervisorProcessLiveness { /* private fields */ }Expand description
Shared process-liveness registry keyed by supervised module_id.
Implementations§
Trait Implementations§
Source§impl Clone for SupervisorProcessLiveness
impl Clone for SupervisorProcessLiveness
Source§impl Debug for SupervisorProcessLiveness
impl Debug for SupervisorProcessLiveness
Source§impl Default for SupervisorProcessLiveness
impl Default for SupervisorProcessLiveness
Auto Trait Implementations§
impl Freeze for SupervisorProcessLiveness
impl RefUnwindSafe for SupervisorProcessLiveness
impl Send for SupervisorProcessLiveness
impl Sync for SupervisorProcessLiveness
impl Unpin for SupervisorProcessLiveness
impl UnsafeUnpin for SupervisorProcessLiveness
impl UnwindSafe for SupervisorProcessLiveness
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