pub struct ElevenLabsTtsConfig {}Trait Implementations§
Source§impl CatalogService for ElevenLabsTtsConfig
impl CatalogService for ElevenLabsTtsConfig
Source§impl Debug for ElevenLabsTtsConfig
impl Debug for ElevenLabsTtsConfig
Auto Trait Implementations§
impl Freeze for ElevenLabsTtsConfig
impl RefUnwindSafe for ElevenLabsTtsConfig
impl Send for ElevenLabsTtsConfig
impl Sync for ElevenLabsTtsConfig
impl Unpin for ElevenLabsTtsConfig
impl UnsafeUnpin for ElevenLabsTtsConfig
impl UnwindSafe for ElevenLabsTtsConfig
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