#[repr(C)]pub enum Spelling {
Off = 0,
On = 1,
}Expand description
Spelling mode enabled
Informational in the context of an output module, as speech dispatcher itself will perform the transformation of regular text into indiviual character spellings.
Variants§
Trait Implementations§
impl Copy for Spelling
impl Eq for Spelling
impl StructuralPartialEq for Spelling
Auto Trait Implementations§
impl Freeze for Spelling
impl RefUnwindSafe for Spelling
impl Send for Spelling
impl Sync for Spelling
impl Unpin for Spelling
impl UnsafeUnpin for Spelling
impl UnwindSafe for Spelling
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