Struct ucd_parse::GraphemeClusterBreak
source · pub struct GraphemeClusterBreak {
pub codepoints: Codepoints,
pub value: String,
}Expand description
A single row in the auxiliary/GraphemeBreakProperty.txt file.
Fields§
§codepoints: CodepointsThe codepoint or codepoint range for this entry.
value: StringThe property value assigned to the codepoints in this entry.
Trait Implementations§
source§impl Clone for GraphemeClusterBreak
impl Clone for GraphemeClusterBreak
source§fn clone(&self) -> GraphemeClusterBreak
fn clone(&self) -> GraphemeClusterBreak
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 GraphemeClusterBreak
impl Debug for GraphemeClusterBreak
source§impl Default for GraphemeClusterBreak
impl Default for GraphemeClusterBreak
source§fn default() -> GraphemeClusterBreak
fn default() -> GraphemeClusterBreak
Returns the “default value” for a type. Read more
source§impl FromStr for GraphemeClusterBreak
impl FromStr for GraphemeClusterBreak
source§impl PartialEq<GraphemeClusterBreak> for GraphemeClusterBreak
impl PartialEq<GraphemeClusterBreak> for GraphemeClusterBreak
source§fn eq(&self, other: &GraphemeClusterBreak) -> bool
fn eq(&self, other: &GraphemeClusterBreak) -> bool
source§impl UcdFile for GraphemeClusterBreak
impl UcdFile for GraphemeClusterBreak
source§impl UcdFileByCodepoint for GraphemeClusterBreak
impl UcdFileByCodepoint for GraphemeClusterBreak
source§fn codepoints(&self) -> CodepointIter ⓘ
fn codepoints(&self) -> CodepointIter ⓘ
Returns the codepoints associated with this record.