pub enum PitchStrength {
XLow,
Low,
Medium,
High,
XHigh,
Default,
}
Expand description
“Speech Synthesis Markup Language (SSML) Version 1.1” Copyright © 2010 W3C® (MIT, ERCIM, Keio), All Rights Reserved.
Variants§
Trait Implementations§
Source§impl Clone for PitchStrength
impl Clone for PitchStrength
Source§fn clone(&self) -> PitchStrength
fn clone(&self) -> PitchStrength
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 PitchStrength
impl Debug for PitchStrength
Source§impl Display for PitchStrength
impl Display for PitchStrength
Source§impl FromStr for PitchStrength
impl FromStr for PitchStrength
Source§impl Hash for PitchStrength
impl Hash for PitchStrength
Source§impl Ord for PitchStrength
impl Ord for PitchStrength
Source§fn cmp(&self, other: &PitchStrength) -> Ordering
fn cmp(&self, other: &PitchStrength) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PitchStrength
impl PartialEq for PitchStrength
Source§impl PartialOrd for PitchStrength
impl PartialOrd for PitchStrength
impl Copy for PitchStrength
impl Eq for PitchStrength
impl StructuralPartialEq for PitchStrength
Auto Trait Implementations§
impl Freeze for PitchStrength
impl RefUnwindSafe for PitchStrength
impl Send for PitchStrength
impl Sync for PitchStrength
impl Unpin for PitchStrength
impl UnwindSafe for PitchStrength
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