pub struct DesktopRuntimeChangeReaderSettingsUpdate {
pub enabled: bool,
pub scope: DesktopChangeReaderScope,
pub qa_enabled: bool,
pub max_context_chars: u32,
pub voice: DesktopRuntimeChangeReaderVoiceSettingsUpdate,
}Fields§
§enabled: bool§scope: DesktopChangeReaderScope§qa_enabled: bool§max_context_chars: u32§voice: DesktopRuntimeChangeReaderVoiceSettingsUpdateTrait Implementations§
Source§impl Clone for DesktopRuntimeChangeReaderSettingsUpdate
impl Clone for DesktopRuntimeChangeReaderSettingsUpdate
Source§fn clone(&self) -> DesktopRuntimeChangeReaderSettingsUpdate
fn clone(&self) -> DesktopRuntimeChangeReaderSettingsUpdate
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<'de> Deserialize<'de> for DesktopRuntimeChangeReaderSettingsUpdate
impl<'de> Deserialize<'de> for DesktopRuntimeChangeReaderSettingsUpdate
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 DesktopRuntimeChangeReaderSettingsUpdate
impl RefUnwindSafe for DesktopRuntimeChangeReaderSettingsUpdate
impl Send for DesktopRuntimeChangeReaderSettingsUpdate
impl Sync for DesktopRuntimeChangeReaderSettingsUpdate
impl Unpin for DesktopRuntimeChangeReaderSettingsUpdate
impl UnsafeUnpin for DesktopRuntimeChangeReaderSettingsUpdate
impl UnwindSafe for DesktopRuntimeChangeReaderSettingsUpdate
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