pub struct VoiceTalkModeRuntimeConfig {
pub enabled: bool,
pub timeout_secs: u64,
}Expand description
Continuous talk-mode configuration.
Fields§
§enabled: bool§timeout_secs: u64Trait Implementations§
Source§impl Clone for VoiceTalkModeRuntimeConfig
impl Clone for VoiceTalkModeRuntimeConfig
Source§fn clone(&self) -> VoiceTalkModeRuntimeConfig
fn clone(&self) -> VoiceTalkModeRuntimeConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VoiceTalkModeRuntimeConfig
impl Debug for VoiceTalkModeRuntimeConfig
Source§impl Default for VoiceTalkModeRuntimeConfig
impl Default for VoiceTalkModeRuntimeConfig
Source§impl<'de> Deserialize<'de> for VoiceTalkModeRuntimeConfig
impl<'de> Deserialize<'de> for VoiceTalkModeRuntimeConfig
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
Auto Trait Implementations§
impl Freeze for VoiceTalkModeRuntimeConfig
impl RefUnwindSafe for VoiceTalkModeRuntimeConfig
impl Send for VoiceTalkModeRuntimeConfig
impl Sync for VoiceTalkModeRuntimeConfig
impl Unpin for VoiceTalkModeRuntimeConfig
impl UnsafeUnpin for VoiceTalkModeRuntimeConfig
impl UnwindSafe for VoiceTalkModeRuntimeConfig
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