Struct x11_dl::error::OpenError [] [src]

pub struct OpenError {
    // some fields omitted
}

Methods

impl OpenError

fn detail(&self) -> &str

fn kind(&self) -> OpenErrorKind

fn new(kind: OpenErrorKind, detail: String) -> OpenError

Trait Implementations

impl Display for OpenError

fn fmt(&self, f: &mut Formatter) -> Result<(), Error>

impl Error for OpenError

fn description(&self) -> &str

1.0.0fn cause(&self) -> Option<&Error>

Derived Implementations

impl Debug for OpenError

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for OpenError

fn clone(&self) -> OpenError

1.0.0fn clone_from(&mut self, source: &Self)