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