pub enum AgentAudioTriggerKind {
WakeWord,
FollowUp,
}Variants§
Trait Implementations§
Source§impl Clone for AgentAudioTriggerKind
impl Clone for AgentAudioTriggerKind
Source§fn clone(&self) -> AgentAudioTriggerKind
fn clone(&self) -> AgentAudioTriggerKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AgentAudioTriggerKind
Source§impl Debug for AgentAudioTriggerKind
impl Debug for AgentAudioTriggerKind
Source§impl<'de> Deserialize<'de> for AgentAudioTriggerKind
impl<'de> Deserialize<'de> for AgentAudioTriggerKind
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
impl Eq for AgentAudioTriggerKind
Source§impl PartialEq for AgentAudioTriggerKind
impl PartialEq for AgentAudioTriggerKind
Source§impl Serialize for AgentAudioTriggerKind
impl Serialize for AgentAudioTriggerKind
impl StructuralPartialEq for AgentAudioTriggerKind
Auto Trait Implementations§
impl Freeze for AgentAudioTriggerKind
impl RefUnwindSafe for AgentAudioTriggerKind
impl Send for AgentAudioTriggerKind
impl Sync for AgentAudioTriggerKind
impl Unpin for AgentAudioTriggerKind
impl UnsafeUnpin for AgentAudioTriggerKind
impl UnwindSafe for AgentAudioTriggerKind
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