Enum libmathcat::speech::RulesFor
source · pub enum RulesFor {
Intent,
Speech,
OverView,
Navigation,
Braille,
}Variants§
Trait Implementations§
source§impl PartialEq for RulesFor
impl PartialEq for RulesFor
impl Copy for RulesFor
impl Eq for RulesFor
impl StructuralPartialEq for RulesFor
Auto Trait Implementations§
impl Freeze for RulesFor
impl RefUnwindSafe for RulesFor
impl Send for RulesFor
impl Sync for RulesFor
impl Unpin for RulesFor
impl UnwindSafe for RulesFor
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