pub struct DatabaseSettingsReport {
pub schema: DatabaseSchemaReport,
pub sqlite: SqliteRuntimeReport,
pub filesystem: DatabaseFilesystemSupport,
pub operating_profile: DatabaseOperatingProfileReport,
pub publication: Option<DatabasePublicationReport>,
pub coverage: Option<DatabaseCoverageSummary>,
}Expand description
Bounded content-free database state for CLI and MCP settings projection.
Fields§
§schema: DatabaseSchemaReportSchema compatibility and migration state.
sqlite: SqliteRuntimeReportLinked SQLite runtime identity.
filesystem: DatabaseFilesystemSupportWAL suitability of the selected database location.
operating_profile: DatabaseOperatingProfileReportRequired and observed operating profile.
publication: Option<DatabasePublicationReport>Current derived publication state, when the schema is current.
coverage: Option<DatabaseCoverageSummary>Bounded project-scope graph coverage, when a complete graph is available.
Trait Implementations§
Source§impl Clone for DatabaseSettingsReport
impl Clone for DatabaseSettingsReport
Source§fn clone(&self) -> DatabaseSettingsReport
fn clone(&self) -> DatabaseSettingsReport
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 DatabaseSettingsReport
impl Debug for DatabaseSettingsReport
Source§impl PartialEq for DatabaseSettingsReport
impl PartialEq for DatabaseSettingsReport
Source§impl Serialize for DatabaseSettingsReport
impl Serialize for DatabaseSettingsReport
impl Eq for DatabaseSettingsReport
impl StructuralPartialEq for DatabaseSettingsReport
Auto Trait Implementations§
impl Freeze for DatabaseSettingsReport
impl RefUnwindSafe for DatabaseSettingsReport
impl Send for DatabaseSettingsReport
impl Sync for DatabaseSettingsReport
impl Unpin for DatabaseSettingsReport
impl UnwindSafe for DatabaseSettingsReport
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more