Home
last modified time | relevance | path

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

/DragonReach/src/time/timer/
H A Dmod.rs21 pub fn new( in new() method
/DragonReach/src/error/parse_error/
H A Dmod.rs31 pub fn new(error_type: ParseErrorType, file_name: String, line_number: usize) -> ParseError { in new() method
/DragonReach/src/error/runtime_error/
H A Dmod.rs47 pub fn new(error_type: RuntimeErrorType) -> Self { in new() method
/DragonReach/src/systemctl/listener/
H A Dmod.rs29 fn new(op: CommandOperation, patterns: Vec<Pattern>, args: Option<Vec<String>>) -> Self { in new() method
/DragonReach/src/executor/dep_graph/
H A Dmod.rs25 fn new() -> Self { in new() method
/DragonReach/src/parse/graph/
H A Dmod.rs24 fn new() -> Self { in new() method
/DragonReach/src/unit/timer/
H A Dmod.rs542 pub fn new( in new() method