pub struct McpDashboardData {
pub servers: Vec<McpServerInfo>,
pub settings: McpSettingsView,
}Expand description
Stable since 0.63.0
The full structured snapshot consumed by the TUI dashboard (Phase 2).Fields§
§servers: Vec<McpServerInfo>§settings: McpSettingsViewTrait Implementations§
Source§impl Clone for McpDashboardData
impl Clone for McpDashboardData
Source§fn clone(&self) -> McpDashboardData
fn clone(&self) -> McpDashboardData
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 moreAuto Trait Implementations§
impl Freeze for McpDashboardData
impl RefUnwindSafe for McpDashboardData
impl Send for McpDashboardData
impl Sync for McpDashboardData
impl Unpin for McpDashboardData
impl UnsafeUnpin for McpDashboardData
impl UnwindSafe for McpDashboardData
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