pub enum HarnessErrorKind {
InvalidRequest,
Memory,
Chat,
Validation,
HealthCheck,
NotReady,
}Variants§
Trait Implementations§
Source§impl Clone for HarnessErrorKind
impl Clone for HarnessErrorKind
Source§fn clone(&self) -> HarnessErrorKind
fn clone(&self) -> HarnessErrorKind
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 HarnessErrorKind
impl Debug for HarnessErrorKind
Source§impl PartialEq for HarnessErrorKind
impl PartialEq for HarnessErrorKind
impl Copy for HarnessErrorKind
impl Eq for HarnessErrorKind
impl StructuralPartialEq for HarnessErrorKind
Auto Trait Implementations§
impl Freeze for HarnessErrorKind
impl RefUnwindSafe for HarnessErrorKind
impl Send for HarnessErrorKind
impl Sync for HarnessErrorKind
impl Unpin for HarnessErrorKind
impl UnsafeUnpin for HarnessErrorKind
impl UnwindSafe for HarnessErrorKind
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