Searched refs:CasedString (Results 1 – 2 of 2) sorted by relevance
31 enum CasedString { enum36 impl<'de> Deserialize<'de> for CasedString { implementation44 type Value = CasedString; in deserialize()57 Ok(CasedString::Lowercase(s.to_owned())) in deserialize()59 Ok(CasedString::Uppercase(s.to_owned())) in deserialize()75 toml::from_str::<Parent<CasedString>>( in custom_errors()89 Parent<CasedString>, in custom_errors()106 Parent<CasedString>, in custom_errors()124 Parent<CasedString>, in custom_errors()144 Parent<CasedString>, in custom_errors()[all …]
1044 struct CasedString struct1046 CasedString( std::string const& str, CaseSensitive::Choice caseSensitivity ) in CasedString() function1081 CasedString m_data;1098 CasedString m_data;1116 CasedString m_data;1133 CasedString m_data;