20 lines
110 KiB
HTML
20 lines
110 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="A binary Unicode character property."><title>BinaryProperty in icu_properties::props - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../static.files/rustdoc-ca0dd0c4.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="icu_properties" data-themes="" data-resource-suffix="" data-rustdoc-version="1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)" data-channel="1.93.1" data-search-js="search-9e2438ea.js" data-stringdex-js="stringdex-a3946164.js" data-settings-js="settings-c38705f0.js" ><script src="../../static.files/storage-e2aeef58.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-a410ff4d.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-044be391.svg"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">BinaryProperty</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../icu_properties/index.html">icu_<wbr>properties</a><span class="version">2.1.2</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Binary<wbr>Property</a></h2><h3><a href="#required-associated-consts">Required Associated Constants</a></h3><ul class="block"><li><a href="#associatedconstant.NAME" title="NAME">NAME</a></li><li><a href="#associatedconstant.SHORT_NAME" title="SHORT_NAME">SHORT_NAME</a></li></ul><h3><a href="#provided-methods">Provided Methods</a></h3><ul class="block"><li><a href="#method.for_char" title="for_char">for_char</a></li></ul><h3><a href="#dyn-compatibility">Dyn Compatibility</a></h3><h3><a href="#implementors">Implementors</a></h3></section><div id="rustdoc-modnav"><h2><a href="index.html">In icu_<wbr>properties::<wbr>props</a></h2></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="../index.html">icu_properties</a>::<wbr><a href="index.html">props</a></div><h1>Trait <span class="trait">Binary<wbr>Property</span> <button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../src/icu_properties/code_point_set.rs.html#224-242">Source</a> </span></div><pre class="rust item-decl"><code>pub trait BinaryProperty: Sealed + <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> {
|
|
const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>];
|
|
const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>];
|
|
|
|
// Provided method
|
|
fn <a href="#method.for_char" class="fn">for_char</a>(ch: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.char.html">char</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a> { ... }
|
|
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A binary Unicode character property.</p>
|
|
<p>The descriptions of most properties are taken from <a href="https://www.unicode.org/reports/tr44"><code>TR44</code></a>, the documentation for the
|
|
Unicode Character Database. Some properties are instead defined in <a href="https://www.unicode.org/reports/tr18"><code>TR18</code></a>, the
|
|
documentation for Unicode regular expressions. In particular, Annex C of this document
|
|
defines properties for POSIX compatibility.</p>
|
|
<div class="stab unstable">
|
|
🚫 This trait is sealed; it cannot be implemented by user code. If an API requests an item that implements this
|
|
trait, please consider using a type from the implementors listed below.
|
|
</div>
|
|
</div></details><h2 id="required-associated-consts" class="section-header">Required Associated Constants<a href="#required-associated-consts" class="anchor">§</a></h2><div class="methods"><details class="toggle" open><summary><section id="associatedconstant.NAME" class="method"><a class="src rightside" href="../../src/icu_properties/code_point_set.rs.html#231">Source</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></summary><div class="docblock"><p>The name of this property</p>
|
|
</div></details><details class="toggle" open><summary><section id="associatedconstant.SHORT_NAME" class="method"><a class="src rightside" href="../../src/icu_properties/code_point_set.rs.html#233">Source</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></summary><div class="docblock"><p>The abbreviated name of this property, if it exists, otherwise the name</p>
|
|
</div></details></div><h2 id="provided-methods" class="section-header">Provided Methods<a href="#provided-methods" class="anchor">§</a></h2><div class="methods"><details class="toggle method-toggle" open><summary><section id="method.for_char" class="method"><a class="src rightside" href="../../src/icu_properties/code_point_set.rs.html#239-241">Source</a><h4 class="code-header">fn <a href="#method.for_char" class="fn">for_char</a>(ch: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.char.html">char</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Convenience method for <code>CodePointSetData::new().contains(ch)</code></p>
|
|
<p>✨ <em>Enabled with the <code>compiled_data</code> Cargo feature.</em></p>
|
|
</div></details></div><h2 id="dyn-compatibility" class="section-header">Dyn Compatibility<a href="#dyn-compatibility" class="anchor">§</a></h2><div class="dyn-compatibility-info"><p>This trait is <b>not</b> <a href="https://doc.rust-lang.org/1.93.1/reference/items/traits.html#dyn-compatibility">dyn compatible</a>.</p><p><i>In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.</i></p></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-Alnum" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#1907-1916">Source</a><a href="#impl-BinaryProperty-for-Alnum" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.Alnum.html" title="struct icu_properties::props::Alnum">Alnum</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-1" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#1907-1916">Source</a><a href="#associatedconstant.NAME-1" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-1" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#1907-1916">Source</a><a href="#associatedconstant.SHORT_NAME-1" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-Alphabetic" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#1918-1940">Source</a><a href="#impl-BinaryProperty-for-Alphabetic" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.Alphabetic.html" title="struct icu_properties::props::Alphabetic">Alphabetic</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-2" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#1918-1940">Source</a><a href="#associatedconstant.NAME-2" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-2" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#1918-1940">Source</a><a href="#associatedconstant.SHORT_NAME-2" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-AsciiHexDigit" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#1884-1905">Source</a><a href="#impl-BinaryProperty-for-AsciiHexDigit" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.AsciiHexDigit.html" title="struct icu_properties::props::AsciiHexDigit">AsciiHexDigit</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-3" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#1884-1905">Source</a><a href="#associatedconstant.NAME-3" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-3" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#1884-1905">Source</a><a href="#associatedconstant.SHORT_NAME-3" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-BidiControl" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#1942-1963">Source</a><a href="#impl-BinaryProperty-for-BidiControl" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.BidiControl.html" title="struct icu_properties::props::BidiControl">BidiControl</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-4" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#1942-1963">Source</a><a href="#associatedconstant.NAME-4" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-4" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#1942-1963">Source</a><a href="#associatedconstant.SHORT_NAME-4" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-BidiMirrored" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#1965-1987">Source</a><a href="#impl-BinaryProperty-for-BidiMirrored" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.BidiMirrored.html" title="struct icu_properties::props::BidiMirrored">BidiMirrored</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-5" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#1965-1987">Source</a><a href="#associatedconstant.NAME-5" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-5" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#1965-1987">Source</a><a href="#associatedconstant.SHORT_NAME-5" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-Blank" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#1989-1997">Source</a><a href="#impl-BinaryProperty-for-Blank" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.Blank.html" title="struct icu_properties::props::Blank">Blank</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-6" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#1989-1997">Source</a><a href="#associatedconstant.NAME-6" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-6" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#1989-1997">Source</a><a href="#associatedconstant.SHORT_NAME-6" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-CaseIgnorable" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2021-2041">Source</a><a href="#impl-BinaryProperty-for-CaseIgnorable" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.CaseIgnorable.html" title="struct icu_properties::props::CaseIgnorable">CaseIgnorable</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-7" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2021-2041">Source</a><a href="#associatedconstant.NAME-7" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-7" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2021-2041">Source</a><a href="#associatedconstant.SHORT_NAME-7" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-CaseSensitive" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3030-3038">Source</a><a href="#impl-BinaryProperty-for-CaseSensitive" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.CaseSensitive.html" title="struct icu_properties::props::CaseSensitive">CaseSensitive</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-8" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3030-3038">Source</a><a href="#associatedconstant.NAME-8" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-8" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3030-3038">Source</a><a href="#associatedconstant.SHORT_NAME-8" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-Cased" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#1999-2019">Source</a><a href="#impl-BinaryProperty-for-Cased" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.Cased.html" title="struct icu_properties::props::Cased">Cased</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-9" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#1999-2019">Source</a><a href="#associatedconstant.NAME-9" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-9" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#1999-2019">Source</a><a href="#associatedconstant.SHORT_NAME-9" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-ChangesWhenCasefolded" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2055-2075">Source</a><a href="#impl-BinaryProperty-for-ChangesWhenCasefolded" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.ChangesWhenCasefolded.html" title="struct icu_properties::props::ChangesWhenCasefolded">ChangesWhenCasefolded</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-10" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2055-2075">Source</a><a href="#associatedconstant.NAME-10" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-10" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2055-2075">Source</a><a href="#associatedconstant.SHORT_NAME-10" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-ChangesWhenCasemapped" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2077-2085">Source</a><a href="#impl-BinaryProperty-for-ChangesWhenCasemapped" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.ChangesWhenCasemapped.html" title="struct icu_properties::props::ChangesWhenCasemapped">ChangesWhenCasemapped</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-11" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2077-2085">Source</a><a href="#associatedconstant.NAME-11" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-11" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2077-2085">Source</a><a href="#associatedconstant.SHORT_NAME-11" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-ChangesWhenLowercased" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2109-2129">Source</a><a href="#impl-BinaryProperty-for-ChangesWhenLowercased" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.ChangesWhenLowercased.html" title="struct icu_properties::props::ChangesWhenLowercased">ChangesWhenLowercased</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-12" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2109-2129">Source</a><a href="#associatedconstant.NAME-12" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-12" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2109-2129">Source</a><a href="#associatedconstant.SHORT_NAME-12" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-ChangesWhenNfkcCasefolded" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2087-2107">Source</a><a href="#impl-BinaryProperty-for-ChangesWhenNfkcCasefolded" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.ChangesWhenNfkcCasefolded.html" title="struct icu_properties::props::ChangesWhenNfkcCasefolded">ChangesWhenNfkcCasefolded</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-13" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2087-2107">Source</a><a href="#associatedconstant.NAME-13" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-13" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2087-2107">Source</a><a href="#associatedconstant.SHORT_NAME-13" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-ChangesWhenTitlecased" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2131-2151">Source</a><a href="#impl-BinaryProperty-for-ChangesWhenTitlecased" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.ChangesWhenTitlecased.html" title="struct icu_properties::props::ChangesWhenTitlecased">ChangesWhenTitlecased</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-14" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2131-2151">Source</a><a href="#associatedconstant.NAME-14" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-14" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2131-2151">Source</a><a href="#associatedconstant.SHORT_NAME-14" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-ChangesWhenUppercased" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2153-2173">Source</a><a href="#impl-BinaryProperty-for-ChangesWhenUppercased" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.ChangesWhenUppercased.html" title="struct icu_properties::props::ChangesWhenUppercased">ChangesWhenUppercased</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-15" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2153-2173">Source</a><a href="#associatedconstant.NAME-15" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-15" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2153-2173">Source</a><a href="#associatedconstant.SHORT_NAME-15" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-Dash" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2175-2197">Source</a><a href="#impl-BinaryProperty-for-Dash" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.Dash.html" title="struct icu_properties::props::Dash">Dash</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-16" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2175-2197">Source</a><a href="#associatedconstant.NAME-16" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-16" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2175-2197">Source</a><a href="#associatedconstant.SHORT_NAME-16" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-DefaultIgnorableCodePoint" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2224-2249">Source</a><a href="#impl-BinaryProperty-for-DefaultIgnorableCodePoint" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.DefaultIgnorableCodePoint.html" title="struct icu_properties::props::DefaultIgnorableCodePoint">DefaultIgnorableCodePoint</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-17" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2224-2249">Source</a><a href="#associatedconstant.NAME-17" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-17" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2224-2249">Source</a><a href="#associatedconstant.SHORT_NAME-17" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-Deprecated" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2199-2222">Source</a><a href="#impl-BinaryProperty-for-Deprecated" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.Deprecated.html" title="struct icu_properties::props::Deprecated">Deprecated</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-18" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2199-2222">Source</a><a href="#associatedconstant.NAME-18" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-18" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2199-2222">Source</a><a href="#associatedconstant.SHORT_NAME-18" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-Diacritic" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2251-2271">Source</a><a href="#impl-BinaryProperty-for-Diacritic" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.Diacritic.html" title="struct icu_properties::props::Diacritic">Diacritic</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-19" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2251-2271">Source</a><a href="#associatedconstant.NAME-19" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-19" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2251-2271">Source</a><a href="#associatedconstant.SHORT_NAME-19" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-Emoji" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2342-2362">Source</a><a href="#impl-BinaryProperty-for-Emoji" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.Emoji.html" title="struct icu_properties::props::Emoji">Emoji</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-20" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2342-2362">Source</a><a href="#associatedconstant.NAME-20" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-20" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2342-2362">Source</a><a href="#associatedconstant.SHORT_NAME-20" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-EmojiComponent" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2295-2318">Source</a><a href="#impl-BinaryProperty-for-EmojiComponent" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.EmojiComponent.html" title="struct icu_properties::props::EmojiComponent">EmojiComponent</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-21" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2295-2318">Source</a><a href="#associatedconstant.NAME-21" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-21" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2295-2318">Source</a><a href="#associatedconstant.SHORT_NAME-21" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-EmojiModifier" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2320-2340">Source</a><a href="#impl-BinaryProperty-for-EmojiModifier" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.EmojiModifier.html" title="struct icu_properties::props::EmojiModifier">EmojiModifier</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-22" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2320-2340">Source</a><a href="#associatedconstant.NAME-22" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-22" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2320-2340">Source</a><a href="#associatedconstant.SHORT_NAME-22" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-EmojiModifierBase" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2273-2293">Source</a><a href="#impl-BinaryProperty-for-EmojiModifierBase" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.EmojiModifierBase.html" title="struct icu_properties::props::EmojiModifierBase">EmojiModifierBase</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-23" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2273-2293">Source</a><a href="#associatedconstant.NAME-23" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-23" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2273-2293">Source</a><a href="#associatedconstant.SHORT_NAME-23" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-EmojiPresentation" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2364-2384">Source</a><a href="#impl-BinaryProperty-for-EmojiPresentation" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.EmojiPresentation.html" title="struct icu_properties::props::EmojiPresentation">EmojiPresentation</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-24" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2364-2384">Source</a><a href="#associatedconstant.NAME-24" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-24" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2364-2384">Source</a><a href="#associatedconstant.SHORT_NAME-24" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-ExtendedPictographic" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2410-2431">Source</a><a href="#impl-BinaryProperty-for-ExtendedPictographic" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.ExtendedPictographic.html" title="struct icu_properties::props::ExtendedPictographic">ExtendedPictographic</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-25" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2410-2431">Source</a><a href="#associatedconstant.NAME-25" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-25" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2410-2431">Source</a><a href="#associatedconstant.SHORT_NAME-25" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-Extender" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2386-2408">Source</a><a href="#impl-BinaryProperty-for-Extender" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.Extender.html" title="struct icu_properties::props::Extender">Extender</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-26" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2386-2408">Source</a><a href="#associatedconstant.NAME-26" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-26" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2386-2408">Source</a><a href="#associatedconstant.SHORT_NAME-26" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-FullCompositionExclusion" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2043-2053">Source</a><a href="#impl-BinaryProperty-for-FullCompositionExclusion" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.FullCompositionExclusion.html" title="struct icu_properties::props::FullCompositionExclusion">FullCompositionExclusion</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-27" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2043-2053">Source</a><a href="#associatedconstant.NAME-27" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-27" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2043-2053">Source</a><a href="#associatedconstant.SHORT_NAME-27" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-Graph" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2433-2443">Source</a><a href="#impl-BinaryProperty-for-Graph" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.Graph.html" title="struct icu_properties::props::Graph">Graph</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-28" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2433-2443">Source</a><a href="#associatedconstant.NAME-28" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-28" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2433-2443">Source</a><a href="#associatedconstant.SHORT_NAME-28" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-GraphemeBase" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2445-2469">Source</a><a href="#impl-BinaryProperty-for-GraphemeBase" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.GraphemeBase.html" title="struct icu_properties::props::GraphemeBase">GraphemeBase</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-29" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2445-2469">Source</a><a href="#associatedconstant.NAME-29" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-29" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2445-2469">Source</a><a href="#associatedconstant.SHORT_NAME-29" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-GraphemeExtend" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2471-2495">Source</a><a href="#impl-BinaryProperty-for-GraphemeExtend" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.GraphemeExtend.html" title="struct icu_properties::props::GraphemeExtend">GraphemeExtend</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-30" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2471-2495">Source</a><a href="#associatedconstant.NAME-30" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-30" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2471-2495">Source</a><a href="#associatedconstant.SHORT_NAME-30" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-GraphemeLink" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2497-2507">Source</a><a href="#impl-BinaryProperty-for-GraphemeLink" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.GraphemeLink.html" title="struct icu_properties::props::GraphemeLink">GraphemeLink</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-31" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2497-2507">Source</a><a href="#associatedconstant.NAME-31" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-31" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2497-2507">Source</a><a href="#associatedconstant.SHORT_NAME-31" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-HexDigit" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2509-2533">Source</a><a href="#impl-BinaryProperty-for-HexDigit" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.HexDigit.html" title="struct icu_properties::props::HexDigit">HexDigit</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-32" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2509-2533">Source</a><a href="#associatedconstant.NAME-32" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-32" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2509-2533">Source</a><a href="#associatedconstant.SHORT_NAME-32" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-Hyphen" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2535-2545">Source</a><a href="#impl-BinaryProperty-for-Hyphen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.Hyphen.html" title="struct icu_properties::props::Hyphen">Hyphen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-33" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2535-2545">Source</a><a href="#associatedconstant.NAME-33" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-33" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2535-2545">Source</a><a href="#associatedconstant.SHORT_NAME-33" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-IdCompatMathContinue" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2547-2554">Source</a><a href="#impl-BinaryProperty-for-IdCompatMathContinue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.IdCompatMathContinue.html" title="struct icu_properties::props::IdCompatMathContinue">IdCompatMathContinue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-34" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2547-2554">Source</a><a href="#associatedconstant.NAME-34" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-34" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2547-2554">Source</a><a href="#associatedconstant.SHORT_NAME-34" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-IdCompatMathStart" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2556-2563">Source</a><a href="#impl-BinaryProperty-for-IdCompatMathStart" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.IdCompatMathStart.html" title="struct icu_properties::props::IdCompatMathStart">IdCompatMathStart</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-35" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2556-2563">Source</a><a href="#associatedconstant.NAME-35" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-35" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2556-2563">Source</a><a href="#associatedconstant.SHORT_NAME-35" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-IdContinue" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2565-2593">Source</a><a href="#impl-BinaryProperty-for-IdContinue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.IdContinue.html" title="struct icu_properties::props::IdContinue">IdContinue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-36" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2565-2593">Source</a><a href="#associatedconstant.NAME-36" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-36" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2565-2593">Source</a><a href="#associatedconstant.SHORT_NAME-36" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-IdStart" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2617-2644">Source</a><a href="#impl-BinaryProperty-for-IdStart" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.IdStart.html" title="struct icu_properties::props::IdStart">IdStart</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-37" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2617-2644">Source</a><a href="#associatedconstant.NAME-37" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-37" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2617-2644">Source</a><a href="#associatedconstant.SHORT_NAME-37" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-Ideographic" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2595-2615">Source</a><a href="#impl-BinaryProperty-for-Ideographic" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.Ideographic.html" title="struct icu_properties::props::Ideographic">Ideographic</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-38" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2595-2615">Source</a><a href="#associatedconstant.NAME-38" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-38" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2595-2615">Source</a><a href="#associatedconstant.SHORT_NAME-38" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-IdsBinaryOperator" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2646-2665">Source</a><a href="#impl-BinaryProperty-for-IdsBinaryOperator" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.IdsBinaryOperator.html" title="struct icu_properties::props::IdsBinaryOperator">IdsBinaryOperator</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-39" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2646-2665">Source</a><a href="#associatedconstant.NAME-39" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-39" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2646-2665">Source</a><a href="#associatedconstant.SHORT_NAME-39" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-IdsTrinaryOperator" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2667-2689">Source</a><a href="#impl-BinaryProperty-for-IdsTrinaryOperator" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.IdsTrinaryOperator.html" title="struct icu_properties::props::IdsTrinaryOperator">IdsTrinaryOperator</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-40" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2667-2689">Source</a><a href="#associatedconstant.NAME-40" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-40" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2667-2689">Source</a><a href="#associatedconstant.SHORT_NAME-40" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-IdsUnaryOperator" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2691-2698">Source</a><a href="#impl-BinaryProperty-for-IdsUnaryOperator" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.IdsUnaryOperator.html" title="struct icu_properties::props::IdsUnaryOperator">IdsUnaryOperator</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-41" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2691-2698">Source</a><a href="#associatedconstant.NAME-41" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-41" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2691-2698">Source</a><a href="#associatedconstant.SHORT_NAME-41" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-JoinControl" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2700-2721">Source</a><a href="#impl-BinaryProperty-for-JoinControl" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.JoinControl.html" title="struct icu_properties::props::JoinControl">JoinControl</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-42" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2700-2721">Source</a><a href="#associatedconstant.NAME-42" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-42" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2700-2721">Source</a><a href="#associatedconstant.SHORT_NAME-42" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-LogicalOrderException" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2723-2742">Source</a><a href="#impl-BinaryProperty-for-LogicalOrderException" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.LogicalOrderException.html" title="struct icu_properties::props::LogicalOrderException">LogicalOrderException</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-43" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2723-2742">Source</a><a href="#associatedconstant.NAME-43" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-43" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2723-2742">Source</a><a href="#associatedconstant.SHORT_NAME-43" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-Lowercase" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2744-2763">Source</a><a href="#impl-BinaryProperty-for-Lowercase" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.Lowercase.html" title="struct icu_properties::props::Lowercase">Lowercase</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-44" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2744-2763">Source</a><a href="#associatedconstant.NAME-44" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-44" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2744-2763">Source</a><a href="#associatedconstant.SHORT_NAME-44" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-Math" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2765-2788">Source</a><a href="#impl-BinaryProperty-for-Math" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.Math.html" title="struct icu_properties::props::Math">Math</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-45" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2765-2788">Source</a><a href="#associatedconstant.NAME-45" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-45" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2765-2788">Source</a><a href="#associatedconstant.SHORT_NAME-45" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-ModifierCombiningMark" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2790-2797">Source</a><a href="#impl-BinaryProperty-for-ModifierCombiningMark" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.ModifierCombiningMark.html" title="struct icu_properties::props::ModifierCombiningMark">ModifierCombiningMark</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-46" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2790-2797">Source</a><a href="#associatedconstant.NAME-46" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-46" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2790-2797">Source</a><a href="#associatedconstant.SHORT_NAME-46" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-NfcInert" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2821-2828">Source</a><a href="#impl-BinaryProperty-for-NfcInert" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.NfcInert.html" title="struct icu_properties::props::NfcInert">NfcInert</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-47" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2821-2828">Source</a><a href="#associatedconstant.NAME-47" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-47" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2821-2828">Source</a><a href="#associatedconstant.SHORT_NAME-47" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-NfdInert" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2830-2837">Source</a><a href="#impl-BinaryProperty-for-NfdInert" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.NfdInert.html" title="struct icu_properties::props::NfdInert">NfdInert</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-48" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2830-2837">Source</a><a href="#associatedconstant.NAME-48" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-48" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2830-2837">Source</a><a href="#associatedconstant.SHORT_NAME-48" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-NfkcInert" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2839-2846">Source</a><a href="#impl-BinaryProperty-for-NfkcInert" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.NfkcInert.html" title="struct icu_properties::props::NfkcInert">NfkcInert</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-49" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2839-2846">Source</a><a href="#associatedconstant.NAME-49" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-49" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2839-2846">Source</a><a href="#associatedconstant.SHORT_NAME-49" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-NfkdInert" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2848-2855">Source</a><a href="#impl-BinaryProperty-for-NfkdInert" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.NfkdInert.html" title="struct icu_properties::props::NfkdInert">NfkdInert</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-50" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2848-2855">Source</a><a href="#associatedconstant.NAME-50" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-50" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2848-2855">Source</a><a href="#associatedconstant.SHORT_NAME-50" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-NoncharacterCodePoint" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2799-2819">Source</a><a href="#impl-BinaryProperty-for-NoncharacterCodePoint" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.NoncharacterCodePoint.html" title="struct icu_properties::props::NoncharacterCodePoint">NoncharacterCodePoint</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-51" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2799-2819">Source</a><a href="#associatedconstant.NAME-51" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-51" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2799-2819">Source</a><a href="#associatedconstant.SHORT_NAME-51" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-PatternSyntax" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2857-2881">Source</a><a href="#impl-BinaryProperty-for-PatternSyntax" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.PatternSyntax.html" title="struct icu_properties::props::PatternSyntax">PatternSyntax</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-52" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2857-2881">Source</a><a href="#associatedconstant.NAME-52" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-52" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2857-2881">Source</a><a href="#associatedconstant.SHORT_NAME-52" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-PatternWhiteSpace" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2883-2908">Source</a><a href="#impl-BinaryProperty-for-PatternWhiteSpace" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.PatternWhiteSpace.html" title="struct icu_properties::props::PatternWhiteSpace">PatternWhiteSpace</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-53" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2883-2908">Source</a><a href="#associatedconstant.NAME-53" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-53" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2883-2908">Source</a><a href="#associatedconstant.SHORT_NAME-53" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-PrependedConcatenationMark" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2910-2918">Source</a><a href="#impl-BinaryProperty-for-PrependedConcatenationMark" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.PrependedConcatenationMark.html" title="struct icu_properties::props::PrependedConcatenationMark">PrependedConcatenationMark</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-54" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2910-2918">Source</a><a href="#associatedconstant.NAME-54" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-54" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2910-2918">Source</a><a href="#associatedconstant.SHORT_NAME-54" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-Print" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2920-2929">Source</a><a href="#impl-BinaryProperty-for-Print" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.Print.html" title="struct icu_properties::props::Print">Print</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-55" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2920-2929">Source</a><a href="#associatedconstant.NAME-55" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-55" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2920-2929">Source</a><a href="#associatedconstant.SHORT_NAME-55" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-QuotationMark" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2931-2951">Source</a><a href="#impl-BinaryProperty-for-QuotationMark" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.QuotationMark.html" title="struct icu_properties::props::QuotationMark">QuotationMark</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-56" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2931-2951">Source</a><a href="#associatedconstant.NAME-56" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-56" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2931-2951">Source</a><a href="#associatedconstant.SHORT_NAME-56" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-Radical" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2953-2972">Source</a><a href="#impl-BinaryProperty-for-Radical" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.Radical.html" title="struct icu_properties::props::Radical">Radical</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-57" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2953-2972">Source</a><a href="#associatedconstant.NAME-57" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-57" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2953-2972">Source</a><a href="#associatedconstant.SHORT_NAME-57" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-RegionalIndicator" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2974-2994">Source</a><a href="#impl-BinaryProperty-for-RegionalIndicator" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.RegionalIndicator.html" title="struct icu_properties::props::RegionalIndicator">RegionalIndicator</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-58" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2974-2994">Source</a><a href="#associatedconstant.NAME-58" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-58" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2974-2994">Source</a><a href="#associatedconstant.SHORT_NAME-58" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-SegmentStarter" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3020-3028">Source</a><a href="#impl-BinaryProperty-for-SegmentStarter" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.SegmentStarter.html" title="struct icu_properties::props::SegmentStarter">SegmentStarter</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-59" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3020-3028">Source</a><a href="#associatedconstant.NAME-59" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-59" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3020-3028">Source</a><a href="#associatedconstant.SHORT_NAME-59" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-SentenceTerminal" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3040-3062">Source</a><a href="#impl-BinaryProperty-for-SentenceTerminal" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.SentenceTerminal.html" title="struct icu_properties::props::SentenceTerminal">SentenceTerminal</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-60" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3040-3062">Source</a><a href="#associatedconstant.NAME-60" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-60" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3040-3062">Source</a><a href="#associatedconstant.SHORT_NAME-60" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-SoftDotted" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2996-3018">Source</a><a href="#impl-BinaryProperty-for-SoftDotted" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.SoftDotted.html" title="struct icu_properties::props::SoftDotted">SoftDotted</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-61" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2996-3018">Source</a><a href="#associatedconstant.NAME-61" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-61" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#2996-3018">Source</a><a href="#associatedconstant.SHORT_NAME-61" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-TerminalPunctuation" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3064-3086">Source</a><a href="#impl-BinaryProperty-for-TerminalPunctuation" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.TerminalPunctuation.html" title="struct icu_properties::props::TerminalPunctuation">TerminalPunctuation</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-62" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3064-3086">Source</a><a href="#associatedconstant.NAME-62" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-62" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3064-3086">Source</a><a href="#associatedconstant.SHORT_NAME-62" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-UnifiedIdeograph" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3088-3108">Source</a><a href="#impl-BinaryProperty-for-UnifiedIdeograph" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.UnifiedIdeograph.html" title="struct icu_properties::props::UnifiedIdeograph">UnifiedIdeograph</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-63" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3088-3108">Source</a><a href="#associatedconstant.NAME-63" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-63" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3088-3108">Source</a><a href="#associatedconstant.SHORT_NAME-63" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-Uppercase" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3110-3129">Source</a><a href="#impl-BinaryProperty-for-Uppercase" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.Uppercase.html" title="struct icu_properties::props::Uppercase">Uppercase</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-64" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3110-3129">Source</a><a href="#associatedconstant.NAME-64" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-64" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3110-3129">Source</a><a href="#associatedconstant.SHORT_NAME-64" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-VariationSelector" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3131-3153">Source</a><a href="#impl-BinaryProperty-for-VariationSelector" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.VariationSelector.html" title="struct icu_properties::props::VariationSelector">VariationSelector</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-65" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3131-3153">Source</a><a href="#associatedconstant.NAME-65" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-65" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3131-3153">Source</a><a href="#associatedconstant.SHORT_NAME-65" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-WhiteSpace" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3155-3177">Source</a><a href="#impl-BinaryProperty-for-WhiteSpace" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.WhiteSpace.html" title="struct icu_properties::props::WhiteSpace">WhiteSpace</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-66" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3155-3177">Source</a><a href="#associatedconstant.NAME-66" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-66" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3155-3177">Source</a><a href="#associatedconstant.SHORT_NAME-66" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-Xdigit" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3179-3188">Source</a><a href="#impl-BinaryProperty-for-Xdigit" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.Xdigit.html" title="struct icu_properties::props::Xdigit">Xdigit</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-67" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3179-3188">Source</a><a href="#associatedconstant.NAME-67" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-67" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3179-3188">Source</a><a href="#associatedconstant.SHORT_NAME-67" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-XidContinue" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3190-3216">Source</a><a href="#impl-BinaryProperty-for-XidContinue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.XidContinue.html" title="struct icu_properties::props::XidContinue">XidContinue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-68" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3190-3216">Source</a><a href="#associatedconstant.NAME-68" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-68" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3190-3216">Source</a><a href="#associatedconstant.SHORT_NAME-68" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BinaryProperty-for-XidStart" class="impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3218-3245">Source</a><a href="#impl-BinaryProperty-for-XidStart" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BinaryProperty.html" title="trait icu_properties::props::BinaryProperty">BinaryProperty</a> for <a class="struct" href="struct.XidStart.html" title="struct icu_properties::props::XidStart">XidStart</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.NAME-69" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3218-3245">Source</a><a href="#associatedconstant.NAME-69" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.NAME" class="constant">NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section><section id="associatedconstant.SHORT_NAME-69" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/icu_properties/props.rs.html#3218-3245">Source</a><a href="#associatedconstant.SHORT_NAME-69" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.SHORT_NAME" class="constant">SHORT_NAME</a>: &'static [<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>]</h4></section></div></details></div><script src="../../trait.impl/icu_properties/code_point_set/trait.BinaryProperty.js" async></script></section></div></main></body></html> |