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