pub struct RenderedUnder {
pub ingest: Vec<String>,
pub debt_ignore: Vec<String>,
}Expand description
The settings a member’s notes were rendered under — the ones that change what the vault contains, not the whole merged config.
Deliberately a short list rather than the effective configuration in full. #442 asks the manifest to record “effective settings”, and dumping every resolved key into a shareable artifact would re-open the redaction question this vault already has to warn about, to record settings that cannot change what a reader sees. These two can.
Fields§
§ingest: Vec<String>Enabled [ingest] toggles by name, in declaration order. Empty means
every toggle was off — which is a real state and renders as such, not as
an absent row.
debt_ignore: Vec<String>[debt] ignore globs. Non-empty means the debt figures on this page are
already filtered, and a reader comparing them against a fresh
roteiro debt without the same config will not match.
Trait Implementations§
Source§impl Clone for RenderedUnder
impl Clone for RenderedUnder
Source§fn clone(&self) -> RenderedUnder
fn clone(&self) -> RenderedUnder
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more