pub enum EmphasisLevel {
Strong,
Moderate,
None,
Reduced,
}
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 EmphasisLevel
impl Clone for EmphasisLevel
Source§fn clone(&self) -> EmphasisLevel
fn clone(&self) -> EmphasisLevel
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 EmphasisLevel
impl Debug for EmphasisLevel
Source§impl Display for EmphasisLevel
impl Display for EmphasisLevel
Source§impl FromStr for EmphasisLevel
impl FromStr for EmphasisLevel
Source§impl Hash for EmphasisLevel
impl Hash for EmphasisLevel
Source§impl Ord for EmphasisLevel
impl Ord for EmphasisLevel
Source§fn cmp(&self, other: &EmphasisLevel) -> Ordering
fn cmp(&self, other: &EmphasisLevel) -> 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 EmphasisLevel
impl PartialEq for EmphasisLevel
Source§impl PartialOrd for EmphasisLevel
impl PartialOrd for EmphasisLevel
impl Copy for EmphasisLevel
impl Eq for EmphasisLevel
impl StructuralPartialEq for EmphasisLevel
Auto Trait Implementations§
impl Freeze for EmphasisLevel
impl RefUnwindSafe for EmphasisLevel
impl Send for EmphasisLevel
impl Sync for EmphasisLevel
impl Unpin for EmphasisLevel
impl UnwindSafe for EmphasisLevel
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