Enum x11_dl::error::OpenErrorKind
source · pub enum OpenErrorKind {
Library,
Symbol,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for OpenErrorKind
impl Clone for OpenErrorKind
source§fn clone(&self) -> OpenErrorKind
fn clone(&self) -> OpenErrorKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for OpenErrorKind
impl Debug for OpenErrorKind
source§impl Hash for OpenErrorKind
impl Hash for OpenErrorKind
source§impl PartialEq<OpenErrorKind> for OpenErrorKind
impl PartialEq<OpenErrorKind> for OpenErrorKind
source§fn eq(&self, other: &OpenErrorKind) -> bool
fn eq(&self, other: &OpenErrorKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.