Struct headless_chrome::browser::transport::ConnectionClosed
source · pub struct ConnectionClosed {}
Trait Implementations§
source§impl Debug for ConnectionClosed
impl Debug for ConnectionClosed
source§impl Display for ConnectionClosed
impl Display for ConnectionClosed
source§impl Error for ConnectionClosed
impl Error for ConnectionClosed
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl RefUnwindSafe for ConnectionClosed
impl Send for ConnectionClosed
impl Sync for ConnectionClosed
impl Unpin for ConnectionClosed
impl UnwindSafe for ConnectionClosed
Blanket Implementations§
§impl<T> AsFail for Twhere
T: Fail,
impl<T> AsFail for Twhere
T: Fail,
§impl<E> Fail for Ewhere
E: 'static + Error + Send + Sync,
impl<E> Fail for Ewhere
E: 'static + Error + Send + Sync,
§fn cause(&self) -> Option<&(dyn Fail + 'static)>
fn cause(&self) -> Option<&(dyn Fail + 'static)>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace
carried by this failure, if it
carries one. Read more