Searched defs:TagMode (Results 1 – 4 of 4) sorted by relevance
57 pub(crate) enum TagMode { enum70 impl TagMode { implementation81 impl FromStr for TagMode { implementation93 impl Display for TagMode { implementation
8 pub enum TagMode { enum21 impl FromStr for TagMode { implementation33 impl fmt::Display for TagMode { implementation
73 tag_mode: TagMode, in context_specific()
211 tag_mode: &TagMode, in apply_context_specific()