enum SystemTab {
DbStatus,
ServerStatus,
SqlConsole,
Export,
Backup,
}Expand description
系统管理的 5 个功能 tab。
Variants§
DbStatus
数据库运行状态(表/连接/死元组/迁移版本)。
ServerStatus
服务器状态(应用内 + 主机层 CPU/内存/磁盘)。
SqlConsole
SQL 控制台(全读写 + 护栏)。
Export
数据导出(SQL/CSV 流式下载)。
Backup
备份恢复(pg_dump + 任务进度)。
Implementations§
Trait Implementations§
impl Copy for SystemTab
impl StructuralPartialEq for SystemTab
Auto Trait Implementations§
impl Freeze for SystemTab
impl RefUnwindSafe for SystemTab
impl Send for SystemTab
impl Sync for SystemTab
impl Unpin for SystemTab
impl UnsafeUnpin for SystemTab
impl UnwindSafe for SystemTab
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<T> InitializeFromFunction<T> for T
impl<T> InitializeFromFunction<T> for T
§fn initialize_from_function(f: fn() -> T) -> T
fn initialize_from_function(f: fn() -> T) -> T
Create an instance of this type from an initialization function
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
§impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
§fn super_from(input: T) -> O
fn super_from(input: T) -> O
Convert from a type to another type.
§impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
§fn super_into(self) -> O
fn super_into(self) -> O
Convert from a type to another type.