pub enum VoiceAge {
Adult,
Child,
Senior,
Teen,
}Expand description
Specifies the age of a voice.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VoiceAge
impl RefUnwindSafe for VoiceAge
impl Send for VoiceAge
impl Sync for VoiceAge
impl Unpin for VoiceAge
impl UnwindSafe for VoiceAge
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