pub enum PronunciationFormat {
Arpabet,
Ipa,
}
Expand description
This enum represents the ways pronunciations returned by the “Pronunciation” metadata flag can be given
Variants§
Arpabet
The ARPABET pronunciation format
Ipa
The International Phonetic Alphabet pronunciation format
Trait Implementations§
Source§impl Clone for PronunciationFormat
impl Clone for PronunciationFormat
Source§fn clone(&self) -> PronunciationFormat
fn clone(&self) -> PronunciationFormat
Returns a copy 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 PronunciationFormat
impl Debug for PronunciationFormat
impl Copy for PronunciationFormat
Auto Trait Implementations§
impl Freeze for PronunciationFormat
impl RefUnwindSafe for PronunciationFormat
impl Send for PronunciationFormat
impl Sync for PronunciationFormat
impl Unpin for PronunciationFormat
impl UnwindSafe for PronunciationFormat
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