Struct precis_tools::PrecisDerivedProperty
source · pub struct PrecisDerivedProperty {
pub codepoints: Codepoints,
pub properties: DerivedProperties,
pub description: String,
}Expand description
A single row in the precis-tables.csv file.
Fields§
§codepoints: CodepointsThe code point or code point range for this entry.
properties: DerivedPropertiesThe derived properties assigned to the code points in this entry.
description: StringThe property description
Trait Implementations§
source§impl Clone for PrecisDerivedProperty
impl Clone for PrecisDerivedProperty
source§fn clone(&self) -> PrecisDerivedProperty
fn clone(&self) -> PrecisDerivedProperty
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 PrecisDerivedProperty
impl Debug for PrecisDerivedProperty
source§impl FromStr for PrecisDerivedProperty
impl FromStr for PrecisDerivedProperty
source§impl PartialEq for PrecisDerivedProperty
impl PartialEq for PrecisDerivedProperty
source§fn eq(&self, other: &PrecisDerivedProperty) -> bool
fn eq(&self, other: &PrecisDerivedProperty) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for PrecisDerivedProperty
impl StructuralEq for PrecisDerivedProperty
impl StructuralPartialEq for PrecisDerivedProperty
Auto Trait Implementations§
impl RefUnwindSafe for PrecisDerivedProperty
impl Send for PrecisDerivedProperty
impl Sync for PrecisDerivedProperty
impl Unpin for PrecisDerivedProperty
impl UnwindSafe for PrecisDerivedProperty
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more