pub enum VolumeStrength {
Silent,
XSoft,
Soft,
Medium,
Loud,
XLoud,
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 VolumeStrength
impl Clone for VolumeStrength
Source§fn clone(&self) -> VolumeStrength
fn clone(&self) -> VolumeStrength
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 VolumeStrength
impl Debug for VolumeStrength
Source§impl Display for VolumeStrength
impl Display for VolumeStrength
Source§impl FromStr for VolumeStrength
impl FromStr for VolumeStrength
Source§impl Hash for VolumeStrength
impl Hash for VolumeStrength
Source§impl Ord for VolumeStrength
impl Ord for VolumeStrength
Source§fn cmp(&self, other: &VolumeStrength) -> Ordering
fn cmp(&self, other: &VolumeStrength) -> 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 VolumeStrength
impl PartialEq for VolumeStrength
Source§impl PartialOrd for VolumeStrength
impl PartialOrd for VolumeStrength
impl Copy for VolumeStrength
impl Eq for VolumeStrength
impl StructuralPartialEq for VolumeStrength
Auto Trait Implementations§
impl Freeze for VolumeStrength
impl RefUnwindSafe for VolumeStrength
impl Send for VolumeStrength
impl Sync for VolumeStrength
impl Unpin for VolumeStrength
impl UnwindSafe for VolumeStrength
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