Trait NamedEnumeratedProperty
trait NamedEnumeratedProperty: ParseableEnumeratedProperty
A property whose value names can be represented as strings.
Provided Methods
fn try_from_str(s: &str) -> Option<Self>Convenience method for
PropertyParser::new().get_loose(s)✨ Enabled with the
compiled_dataCargo feature.fn long_name(self: &Self) -> &'static strConvenience method for
PropertyNamesLong::new().get(*self).unwrap()✨ Enabled with the
compiled_dataCargo feature.fn short_name(self: &Self) -> &'static strConvenience method for
PropertyNamesShort::new().get(*self).unwrap()✨ Enabled with the
compiled_dataCargo feature.
Implementors
impl NamedEnumeratedProperty for SentenceBreakimpl NamedEnumeratedProperty for JoiningTypeimpl NamedEnumeratedProperty for GeneralCategoryimpl NamedEnumeratedProperty for EastAsianWidthimpl NamedEnumeratedProperty for WordBreakimpl NamedEnumeratedProperty for IndicSyllabicCategoryimpl NamedEnumeratedProperty for BidiClassimpl NamedEnumeratedProperty for HangulSyllableTypeimpl NamedEnumeratedProperty for GraphemeClusterBreakimpl NamedEnumeratedProperty for CanonicalCombiningClassimpl NamedEnumeratedProperty for VerticalOrientationimpl NamedEnumeratedProperty for Scriptimpl NamedEnumeratedProperty for LineBreak