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: Codepoints
The code point or code point range for this entry.
properties: DerivedProperties
The derived properties assigned to the code points in this entry.
description: String
The 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
impl Eq for PrecisDerivedProperty
impl StructuralPartialEq for PrecisDerivedProperty
Auto Trait Implementations§
impl Freeze for PrecisDerivedProperty
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)