pub enum Category {
Status,
Config,
Log,
Cache,
HostedStores,
Sync,
Updater,
Pairing,
Peers,
Subscriptions,
}Expand description
The functional area a control method belongs to — for grouping in UIs and docs.
Variants§
Status
Node status snapshot.
Config
Node configuration (upstream override).
Log
Live log-level control.
Cache
On-disk content cache.
HostedStores
Hosted/pinned stores.
Sync
§21 authenticated whole-store sync.
Updater
The DIG auto-update beacon proxy.
Pairing
Control-token pairing lifecycle.
Peers
The L7 peer network.
Subscriptions
The node’s subscribed-store set.
Trait Implementations§
impl Copy for Category
impl Eq for Category
impl StructuralPartialEq for Category
Auto Trait Implementations§
impl Freeze for Category
impl RefUnwindSafe for Category
impl Send for Category
impl Sync for Category
impl Unpin for Category
impl UnsafeUnpin for Category
impl UnwindSafe for Category
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