Struct ucd_parse::extracted::DerivedNumericType  
source · pub struct DerivedNumericType {
    pub codepoints: Codepoints,
    pub numeric_type: String,
}Expand description
A single row in the extracted/DerivedNumericType.txt file.
This file gives the derived values of the Numeric_Type property.
Fields§
§codepoints: CodepointsThe codepoint or codepoint range for this entry.
numeric_type: StringThe derived Numeric_Type of the codepoints in this entry.
Trait Implementations§
source§impl Clone for DerivedNumericType
 
impl Clone for DerivedNumericType
source§fn clone(&self) -> DerivedNumericType
 
fn clone(&self) -> DerivedNumericType
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 DerivedNumericType
 
impl Debug for DerivedNumericType
source§impl Default for DerivedNumericType
 
impl Default for DerivedNumericType
source§fn default() -> DerivedNumericType
 
fn default() -> DerivedNumericType
Returns the “default value” for a type. Read more
source§impl FromStr for DerivedNumericType
 
impl FromStr for DerivedNumericType
source§impl PartialEq<DerivedNumericType> for DerivedNumericType
 
impl PartialEq<DerivedNumericType> for DerivedNumericType
source§fn eq(&self, other: &DerivedNumericType) -> bool
 
fn eq(&self, other: &DerivedNumericType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl UcdFile for DerivedNumericType
 
impl UcdFile for DerivedNumericType
source§impl UcdFileByCodepoint for DerivedNumericType
 
impl UcdFileByCodepoint for DerivedNumericType
source§fn codepoints(&self) -> CodepointIter ⓘ
 
fn codepoints(&self) -> CodepointIter ⓘ
Returns the codepoints associated with this record.
impl Eq for DerivedNumericType
impl StructuralEq for DerivedNumericType
impl StructuralPartialEq for DerivedNumericType
Auto Trait Implementations§
impl RefUnwindSafe for DerivedNumericType
impl Send for DerivedNumericType
impl Sync for DerivedNumericType
impl Unpin for DerivedNumericType
impl UnwindSafe for DerivedNumericType
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