pub struct ViteProcess(pub Arc<Mutex<GroupChild>>);
Tuple Fields§
§0: Arc<Mutex<GroupChild>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ViteProcess
impl RefUnwindSafe for ViteProcess
impl Send for ViteProcess
impl Sync for ViteProcess
impl Unpin for ViteProcess
impl UnwindSafe for ViteProcess
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