pub enum Routing {
Owned,
Delegated,
OpenBootstrap,
}Expand description
How the node resolves a control method — the routing source of truth.
Variants§
Owned
Answered by the dig-node service shell itself (config/status/cache/pins/sync/updater/pairing-admin).
Delegated
Delegated to the embedded dig-node engine’s own control surface (peers + subscriptions).
OpenBootstrap
An OPEN bootstrap method reachable WITHOUT the control token (pairing handshake).
Trait Implementations§
impl Copy for Routing
impl Eq for Routing
impl StructuralPartialEq for Routing
Auto Trait Implementations§
impl Freeze for Routing
impl RefUnwindSafe for Routing
impl Send for Routing
impl Sync for Routing
impl Unpin for Routing
impl UnsafeUnpin for Routing
impl UnwindSafe for Routing
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