pub enum LpErrorKind {
UnknownError,
}Variants§
UnknownError
Trait Implementations§
Source§impl Clone for LpErrorKind
impl Clone for LpErrorKind
Source§fn clone(&self) -> LpErrorKind
fn clone(&self) -> LpErrorKind
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 LpErrorKind
impl Debug for LpErrorKind
impl Copy for LpErrorKind
Auto Trait Implementations§
impl Freeze for LpErrorKind
impl RefUnwindSafe for LpErrorKind
impl Send for LpErrorKind
impl Sync for LpErrorKind
impl Unpin for LpErrorKind
impl UnwindSafe for LpErrorKind
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