Searched defs:CfgDiff (Results 1 – 1 of 1) sorted by relevance
61 pub fn apply_diff(&mut self, diff: CfgDiff) { in apply_diff()90 pub struct CfgDiff { struct96 impl CfgDiff { implementation99 pub fn new(enable: Vec<CfgAtom>, disable: Vec<CfgAtom>) -> Option<CfgDiff> { in new()121 impl fmt::Display for CfgDiff { implementation