pub struct OpenAiTts { /* private fields */ }
Expand description
OpenAI‑compatible TTS implementation (POST /v1/audio/speech).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpenAiTts
impl !RefUnwindSafe for OpenAiTts
impl Send for OpenAiTts
impl Sync for OpenAiTts
impl Unpin for OpenAiTts
impl !UnwindSafe for OpenAiTts
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