[−][src]Struct ucd_parse::SentenceBreakTest
A single row in the auxiliary/SentenceBreakTest.txt file.
This file defines tests for the sentence break algorithm.
Fields
sentences: Vec<String>Each string is a UTF-8 encoded group of codepoints that make up a single sentence.
comment: StringA human readable description of this test.
Trait Implementations
impl Clone for SentenceBreakTest[src]
fn clone(&self) -> SentenceBreakTest[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for SentenceBreakTest[src]
impl Default for SentenceBreakTest[src]
fn default() -> SentenceBreakTest[src]
impl Eq for SentenceBreakTest[src]
impl FromStr for SentenceBreakTest[src]
type Err = Error
The associated error which can be returned from parsing.
fn from_str(line: &str) -> Result<SentenceBreakTest, Error>[src]
impl PartialEq<SentenceBreakTest> for SentenceBreakTest[src]
fn eq(&self, other: &SentenceBreakTest) -> bool[src]
fn ne(&self, other: &SentenceBreakTest) -> bool[src]
impl StructuralEq for SentenceBreakTest[src]
impl StructuralPartialEq for SentenceBreakTest[src]
impl UcdFile for SentenceBreakTest[src]
Auto Trait Implementations
impl RefUnwindSafe for SentenceBreakTest
impl Send for SentenceBreakTest
impl Sync for SentenceBreakTest
impl Unpin for SentenceBreakTest
impl UnwindSafe for SentenceBreakTest
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>,