Home
last modified time | relevance | path

Searched defs:RestartOption (Results 1 – 1 of 1) sorted by relevance

/DragonReach/src/unit/service/
H A Dmod.rs46 pub enum RestartOption { enum
57 impl Default for RestartOption { implementation
63 impl RestartOption { impl
448 pub fn restart(&self) -> &RestartOption { in restart()