pub enum Category {
Status,
Config,
Log,
Cache,
HostedStores,
Sync,
Updater,
Pairing,
Peers,
Subscriptions,
Wallet,
}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: the live pool snapshot, the per-network peer counts, and dial/drop.
Subscriptions
The node’s subscribed-store set.
Wallet
Wallet chain transport: the read-only chain views (balance, coins, one coin by id, peak, sync status) plus the push of an already-signed spend bundle.
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