Struct ucd_parse::extracted::DerivedCombiningClass
source · [−]pub struct DerivedCombiningClass {
pub codepoints: Codepoints,
pub combining_class: String,
}Expand description
A single row in the extracted/DerivedCombiningClass.txt file.
This file gives the derived values of the Canonical_Combining_Class property.
Fields
codepoints: CodepointsThe codepoint or codepoint range for this entry.
combining_class: StringThe derived Canonical_Combining_Class of the codepoints in this entry.
Trait Implementations
sourceimpl Clone for DerivedCombiningClass
impl Clone for DerivedCombiningClass
sourcefn clone(&self) -> DerivedCombiningClass
fn clone(&self) -> DerivedCombiningClass
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DerivedCombiningClass
impl Debug for DerivedCombiningClass
sourceimpl Default for DerivedCombiningClass
impl Default for DerivedCombiningClass
sourcefn default() -> DerivedCombiningClass
fn default() -> DerivedCombiningClass
Returns the “default value” for a type. Read more
sourceimpl FromStr for DerivedCombiningClass
impl FromStr for DerivedCombiningClass
sourceimpl PartialEq<DerivedCombiningClass> for DerivedCombiningClass
impl PartialEq<DerivedCombiningClass> for DerivedCombiningClass
sourcefn eq(&self, other: &DerivedCombiningClass) -> bool
fn eq(&self, other: &DerivedCombiningClass) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl UcdFile for DerivedCombiningClass
impl UcdFile for DerivedCombiningClass
sourceimpl UcdFileByCodepoint for DerivedCombiningClass
impl UcdFileByCodepoint for DerivedCombiningClass
sourcefn codepoints(&self) -> CodepointIterⓘNotable traits for CodepointIterimpl Iterator for CodepointIter type Item = Codepoint;
fn codepoints(&self) -> CodepointIterⓘNotable traits for CodepointIterimpl Iterator for CodepointIter type Item = Codepoint;
Returns the codepoints associated with this record.
impl Eq for DerivedCombiningClass
impl StructuralEq for DerivedCombiningClass
impl StructuralPartialEq for DerivedCombiningClass
Auto Trait Implementations
impl RefUnwindSafe for DerivedCombiningClass
impl Send for DerivedCombiningClass
impl Sync for DerivedCombiningClass
impl Unpin for DerivedCombiningClass
impl UnwindSafe for DerivedCombiningClass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more