Enum x11_dl::error::OpenErrorKind [] [src]

pub enum OpenErrorKind {
    Library,
    Symbol,
}

Variants

Library
Symbol

Methods

impl OpenErrorKind

fn as_str(self) -> &'static str

Trait Implementations

Derived Implementations

impl PartialEq for OpenErrorKind

fn eq(&self, __arg_0: &OpenErrorKind) -> bool

fn ne(&self, __arg_0: &OpenErrorKind) -> bool

impl Hash for OpenErrorKind

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Eq for OpenErrorKind

impl Debug for OpenErrorKind

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

impl Copy for OpenErrorKind

impl Clone for OpenErrorKind

fn clone(&self) -> OpenErrorKind

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