pub(crate) struct SupervisedChild {
pub(crate) name: [u8; 32],
pub(crate) name_len: u8,
pub(crate) pid: u64,
pub(crate) health: StrateHealth,
pub(crate) restart_count: u16,
}Fields§
§name: [u8; 32]§name_len: u8§pid: u64§health: StrateHealth§restart_count: u16Implementations§
Auto Trait Implementations§
impl Freeze for SupervisedChild
impl RefUnwindSafe for SupervisedChild
impl Send for SupervisedChild
impl Sync for SupervisedChild
impl Unpin for SupervisedChild
impl UnsafeUnpin for SupervisedChild
impl UnwindSafe for SupervisedChild
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