pub enum LlmErrorKind {
ModelNotSet,
OptionsNotSet,
Utf8Error,
Unknown(u8),
}Variants§
Trait Implementations§
Source§impl Debug for LlmErrorKind
impl Debug for LlmErrorKind
Auto Trait Implementations§
impl Freeze for LlmErrorKind
impl RefUnwindSafe for LlmErrorKind
impl Send for LlmErrorKind
impl Sync for LlmErrorKind
impl Unpin for LlmErrorKind
impl UnwindSafe for LlmErrorKind
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