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§
Source§impl SpeechRules
impl SpeechRules
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpeechRules
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