pub enum TtsEngine {
Kitten(Arc<KittenTTS>),
Kokoro(Arc<KokoroTts>),
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TtsEngine
impl !RefUnwindSafe for TtsEngine
impl Send for TtsEngine
impl Sync for TtsEngine
impl Unpin for TtsEngine
impl UnsafeUnpin for TtsEngine
impl !UnwindSafe for TtsEngine
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