Struct x11_dl::error::OpenError
[−]
[src]
pub struct OpenError { // some fields omitted }
pub struct OpenError { // some fields omitted }
impl OpenError
fn detail(&self) -> &str
fn kind(&self) -> OpenErrorKind
fn new(kind: OpenErrorKind, detail: String) -> OpenError
impl Display for OpenError
impl Error for OpenError
fn description(&self) -> &str
fn cause(&self) -> Option<&Error>
impl Debug for OpenError
impl Clone for OpenError
fn clone(&self) -> OpenError
fn clone_from(&mut self, source: &Self)