[−][src]Struct ucd_parse::ArabicShaping
Represents a single row in the ArabicShaping.txt file.
The field names were taken from the header of ArabicShaping.txt.
Fields
codepoint: CodepointThe codepoint corresponding to this row.
schematic_name: StringA short schematic name for the codepoint.
The schematic name is descriptive of the shape, based as consistently as possible on a name for the skeleton and then the diacritic marks applied to the skeleton, if any. Note that this schematic name is considered a comment, and does not constitute a formal property value.
joining_type: JoiningTypeThe "joining type" of this codepoint.
joining_group: StringThe "joining group" of this codepoint.
Trait Implementations
impl Clone for ArabicShaping[src]
fn clone(&self) -> ArabicShaping[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for ArabicShaping[src]
impl Default for ArabicShaping[src]
fn default() -> ArabicShaping[src]
impl Eq for ArabicShaping[src]
impl FromStr for ArabicShaping[src]
type Err = Error
The associated error which can be returned from parsing.
fn from_str(line: &str) -> Result<ArabicShaping, Error>[src]
impl PartialEq<ArabicShaping> for ArabicShaping[src]
fn eq(&self, other: &ArabicShaping) -> bool[src]
fn ne(&self, other: &ArabicShaping) -> bool[src]
impl StructuralEq for ArabicShaping[src]
impl StructuralPartialEq for ArabicShaping[src]
impl UcdFile for ArabicShaping[src]
fn relative_file_path() -> &'static Path[src]
fn file_path<P: AsRef<Path>>(ucd_dir: P) -> PathBuf[src]
fn from_dir<P: AsRef<Path>>(
ucd_dir: P
) -> Result<UcdLineParser<File, Self>, Error>[src]
ucd_dir: P
) -> Result<UcdLineParser<File, Self>, Error>
impl UcdFileByCodepoint for ArabicShaping[src]
fn codepoints(&self) -> CodepointIter[src]
Auto Trait Implementations
impl RefUnwindSafe for ArabicShaping
impl Send for ArabicShaping
impl Sync for ArabicShaping
impl Unpin for ArabicShaping
impl UnwindSafe for ArabicShaping
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,