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