Struct ucd_parse::GraphemeClusterBreakTest
source · Expand description
A single row in the auxiliary/GraphemeBreakTest.txt file.
This file defines tests for the grapheme cluster break algorithm.
Fields§
§grapheme_clusters: Vec<String>Each string is a UTF-8 encoded group of codepoints that make up a single grapheme cluster.
comment: StringA human readable description of this test.
Trait Implementations§
source§impl Clone for GraphemeClusterBreakTest
impl Clone for GraphemeClusterBreakTest
source§fn clone(&self) -> GraphemeClusterBreakTest
fn clone(&self) -> GraphemeClusterBreakTest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GraphemeClusterBreakTest
impl Debug for GraphemeClusterBreakTest
source§impl Default for GraphemeClusterBreakTest
impl Default for GraphemeClusterBreakTest
source§fn default() -> GraphemeClusterBreakTest
fn default() -> GraphemeClusterBreakTest
Returns the “default value” for a type. Read more