pub enum OnTrue {
AssistantPeriodSpeechPeriodInterrupted,
}
Expand description
This is the event that triggers this hook
Variants§
AssistantPeriodSpeechPeriodInterrupted
Trait Implementations§
Source§impl<'de> Deserialize<'de> for OnTrue
impl<'de> Deserialize<'de> for OnTrue
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for OnTrue
impl Ord for OnTrue
Source§impl PartialOrd for OnTrue
impl PartialOrd for OnTrue
impl Copy for OnTrue
impl Eq for OnTrue
impl StructuralPartialEq for OnTrue
Auto Trait Implementations§
impl Freeze for OnTrue
impl RefUnwindSafe for OnTrue
impl Send for OnTrue
impl Sync for OnTrue
impl Unpin for OnTrue
impl UnwindSafe for OnTrue
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