pub enum TextModel {
FlashLite,
Pro,
}Expand description
Text inference models intentionally supported by this crate.
Variants§
Implementations§
Trait Implementations§
impl Copy for TextModel
impl Eq for TextModel
impl StructuralPartialEq for TextModel
Auto Trait Implementations§
impl Freeze for TextModel
impl RefUnwindSafe for TextModel
impl Send for TextModel
impl Sync for TextModel
impl Unpin for TextModel
impl UnsafeUnpin for TextModel
impl UnwindSafe for TextModel
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