pub enum ClientError {
CannotConnect,
InvalidTab,
}
Variants§
CannotConnect
There was an issue connecting to the browser instance. This could be because an instance was not launched with remote-debugging-port set
InvalidTab
The tab that was attempted to be connected does not exist
Trait Implementations§
Source§impl Debug for ClientError
impl Debug for ClientError
Auto Trait Implementations§
impl Freeze for ClientError
impl RefUnwindSafe for ClientError
impl Send for ClientError
impl Sync for ClientError
impl Unpin for ClientError
impl UnwindSafe for ClientError
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