Struct libmathcat::speech::SpeechRules
source · pub struct SpeechRules {
pub pref_manager: Rc<RefCell<PreferenceManager>>,
/* private fields */
}Expand description
SpeechRulesWithContext encapsulates a named group of speech rules (e.g, “ClearSpeak”)
along with the preferences to be used for speech.
Fields§
§pref_manager: Rc<RefCell<PreferenceManager>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SpeechRules
impl !Send for SpeechRules
impl !Sync for SpeechRules
impl Unpin for SpeechRules
impl !UnwindSafe for SpeechRules
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