Searched defs:TagMode (Results 1 – 4 of 4) sorted by relevance
8 pub enum TagMode { enum20 impl Default for TagMode { implementation26 impl FromStr for TagMode { implementation38 impl fmt::Display for TagMode { implementation
57 pub(crate) enum TagMode { enum69 impl TagMode { implementation80 impl FromStr for TagMode { implementation92 impl Default for TagMode { implementation98 impl Display for TagMode { implementation
73 tag_mode: TagMode, in context_specific()
210 tag_mode: &TagMode, in apply_context_specific()