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 duplicate 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 for OpenErrorKind
 
impl PartialEq for OpenErrorKind
impl Copy for OpenErrorKind
impl Eq for OpenErrorKind
impl StructuralPartialEq for OpenErrorKind
Auto Trait Implementations§
impl Freeze for OpenErrorKind
impl RefUnwindSafe for OpenErrorKind
impl Send for OpenErrorKind
impl Sync for OpenErrorKind
impl Unpin for OpenErrorKind
impl UnwindSafe for OpenErrorKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more