Struct ucd_parse::PropertyAlias
source · Expand description
A single row in the PropertyAliases.txt file.
Fields§
§abbreviation: StringAn abbreviation for this property.
long: StringThe “long” name of this property.
aliases: Vec<String>Additional aliases (if present).
Trait Implementations§
source§impl Clone for PropertyAlias
impl Clone for PropertyAlias
source§fn clone(&self) -> PropertyAlias
fn clone(&self) -> PropertyAlias
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 PropertyAlias
impl Debug for PropertyAlias
source§impl Default for PropertyAlias
impl Default for PropertyAlias
source§fn default() -> PropertyAlias
fn default() -> PropertyAlias
Returns the “default value” for a type. Read more