#[repr(u32)]pub enum DataMode {
Text = 0,
SSML = 1,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataMode
impl RefUnwindSafe for DataMode
impl Send for DataMode
impl Sync for DataMode
impl Unpin for DataMode
impl UnwindSafe for DataMode
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