pub enum TtsAudioFormat {
Wav,
}Variants§
Wav
Trait Implementations§
Source§impl Clone for TtsAudioFormat
impl Clone for TtsAudioFormat
Source§fn clone(&self) -> TtsAudioFormat
fn clone(&self) -> TtsAudioFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TtsAudioFormat
impl Debug for TtsAudioFormat
Auto Trait Implementations§
impl Freeze for TtsAudioFormat
impl RefUnwindSafe for TtsAudioFormat
impl Send for TtsAudioFormat
impl Sync for TtsAudioFormat
impl Unpin for TtsAudioFormat
impl UnsafeUnpin for TtsAudioFormat
impl UnwindSafe for TtsAudioFormat
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