pub struct DesktopRuntimeSettingsResponse {
pub session_default_view: String,
pub summary: DesktopRuntimeSummarySettings,
pub vector_search: DesktopRuntimeVectorSearchSettings,
pub change_reader: DesktopRuntimeChangeReaderSettings,
pub lifecycle: DesktopRuntimeLifecycleSettings,
pub ui_constraints: DesktopRuntimeSummaryUiConstraints,
}Expand description
Desktop runtime settings payload for App settings UI.
Fields§
§session_default_view: String§summary: DesktopRuntimeSummarySettings§vector_search: DesktopRuntimeVectorSearchSettings§change_reader: DesktopRuntimeChangeReaderSettings§lifecycle: DesktopRuntimeLifecycleSettings§ui_constraints: DesktopRuntimeSummaryUiConstraintsTrait Implementations§
Source§impl Clone for DesktopRuntimeSettingsResponse
impl Clone for DesktopRuntimeSettingsResponse
Source§fn clone(&self) -> DesktopRuntimeSettingsResponse
fn clone(&self) -> DesktopRuntimeSettingsResponse
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 DesktopRuntimeSettingsResponse
impl<'de> Deserialize<'de> for DesktopRuntimeSettingsResponse
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 DesktopRuntimeSettingsResponse
impl RefUnwindSafe for DesktopRuntimeSettingsResponse
impl Send for DesktopRuntimeSettingsResponse
impl Sync for DesktopRuntimeSettingsResponse
impl Unpin for DesktopRuntimeSettingsResponse
impl UnsafeUnpin for DesktopRuntimeSettingsResponse
impl UnwindSafe for DesktopRuntimeSettingsResponse
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