[−][src]Struct ucd_parse::GraphemeClusterBreak
A single row in the auxiliary/GraphemeBreakProperty.txt file.
Fields
codepoints: CodepointsThe codepoint or codepoint range for this entry.
value: StringThe property value assigned to the codepoints in this entry.
Trait Implementations
impl Clone for GraphemeClusterBreak[src]
fn clone(&self) -> GraphemeClusterBreak[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for GraphemeClusterBreak[src]
impl Default for GraphemeClusterBreak[src]
fn default() -> GraphemeClusterBreak[src]
impl Eq for GraphemeClusterBreak[src]
impl FromStr for GraphemeClusterBreak[src]
type Err = Error
The associated error which can be returned from parsing.
fn from_str(line: &str) -> Result<GraphemeClusterBreak, Error>[src]
impl PartialEq<GraphemeClusterBreak> for GraphemeClusterBreak[src]
fn eq(&self, other: &GraphemeClusterBreak) -> bool[src]
fn ne(&self, other: &GraphemeClusterBreak) -> bool[src]
impl StructuralEq for GraphemeClusterBreak[src]
impl StructuralPartialEq for GraphemeClusterBreak[src]
impl UcdFile for GraphemeClusterBreak[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 GraphemeClusterBreak[src]
ⓘImportant traits for CodepointIterfn codepoints(&self) -> CodepointIter[src]
ⓘImportant traits for CodepointIter
Auto Trait Implementations
impl RefUnwindSafe for GraphemeClusterBreak
impl Send for GraphemeClusterBreak
impl Sync for GraphemeClusterBreak
impl Unpin for GraphemeClusterBreak
impl UnwindSafe for GraphemeClusterBreak
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>,