Enum cdp_rs::ClientError
source · 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
sourceimpl Debug for ClientError
impl Debug for ClientError
Auto Trait Implementations
impl RefUnwindSafe for ClientError
impl Send for ClientError
impl Sync for ClientError
impl Unpin for ClientError
impl UnwindSafe for ClientError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more