pub struct UserSpeechActivityRule;Expand description
Cancel pending model prompts and signal activity around user speech.
Trait Implementations§
Source§impl ReactorRule for UserSpeechActivityRule
impl ReactorRule for UserSpeechActivityRule
Auto Trait Implementations§
impl Freeze for UserSpeechActivityRule
impl RefUnwindSafe for UserSpeechActivityRule
impl Send for UserSpeechActivityRule
impl Sync for UserSpeechActivityRule
impl Unpin for UserSpeechActivityRule
impl UnwindSafe for UserSpeechActivityRule
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