Struct SentenceTerminal
struct SentenceTerminal
Punctuation characters that generally mark the end of sentences.
Example
use CodePointSetData;
use SentenceTerminal;
let sentence_terminal = ;
assert!;
assert!;
assert!; // U+1AA8 TAI THAM SIGN KAAN
assert!;
assert!; // U+00BF INVERTED QUESTION MARK
Implementations
impl BinaryProperty for SentenceTerminal
impl Debug for SentenceTerminal
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for SentenceTerminal
impl RefUnwindSafe for SentenceTerminal
impl Send for SentenceTerminal
impl Sync for SentenceTerminal
impl Unpin for SentenceTerminal
impl UnsafeUnpin for SentenceTerminal
impl UnwindSafe for SentenceTerminal
impl<T> Any for SentenceTerminal
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for SentenceTerminal
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for SentenceTerminal
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> ErasedDestructor for SentenceTerminal
impl<T> From for SentenceTerminal
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for SentenceTerminal
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for SentenceTerminal
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for SentenceTerminal
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>