MCPcopy Create free account
hub / github.com/Rustixir/darkbird / to_string

Method to_string

src/darkbird.rs:42–51  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

40
41impl ToString for StatusResult {
42 fn to_string(&self) -> String {
43 match self {
44 StatusResult::LogErr(e) => e.to_string(),
45 StatusResult::IoError(e) => e.to_string(),
46 StatusResult::End => "End".to_string(),
47 StatusResult::ReporterIsOff => "ReporterIsOff".to_string(),
48 StatusResult::Err(e) => e.to_string(),
49 StatusResult::Duplicate => "Duplicate".to_string(),
50 }
51 }
52}
53
54#[derive(Debug)]

Callers 9

openMethod · 0.45
insert_with_uuidMethod · 0.45
loaderMethod · 0.45
k_nearest_neighborsFunction · 0.45
openMethod · 0.45
loaderMethod · 0.45
startMethod · 0.45
internal_startMethod · 0.45
backupFunction · 0.45

Calls

no outgoing calls

Tested by 1

k_nearest_neighborsFunction · 0.36