MCPcopy Create free account
hub / github.com/LEXUGE/dcompass / Parsed

Class Parsed

dcompass/src/parser.rs:35–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#[derive(Deserialize)]
34#[serde(deny_unknown_fields)]
35pub struct Parsed {
36 pub script: RuneScriptBuilder,
37 // We are not using UpstreamsBuilder because flatten ruins error location.
38 #[serde(flatten)]
39 pub upstreams: UpstreamsBuilder<UpstreamBuilder>,
40 pub address: SocketAddr,
41 #[serde(with = "LevelFilterDef")]
42 pub verbosity: LevelFilter,
43}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected