pub struct CdpClient { /* private fields */ }
Expand description
Chrome DevTools Protocol Client.
This serve as browser session.
Implementations§
Methods from Deref<Target = CdpSession>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CdpClient
impl !RefUnwindSafe for CdpClient
impl Send for CdpClient
impl Sync for CdpClient
impl Unpin for CdpClient
impl !UnwindSafe for CdpClient
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