pub struct ChromeProcess { /* private fields */ }Expand description
A handle to a running Chrome process.
Implementations§
Source§impl ChromeProcess
impl ChromeProcess
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChromeProcess
impl RefUnwindSafe for ChromeProcess
impl Send for ChromeProcess
impl Sync for ChromeProcess
impl Unpin for ChromeProcess
impl UnsafeUnpin for ChromeProcess
impl UnwindSafe for ChromeProcess
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