[−][src]Struct seshat::unicode::CodePoint
Implementations
impl CodePoint[src]
Trait Implementations
impl Clone for CodePoint[src]
impl Copy for CodePoint[src]
impl Display for CodePoint[src]
impl Ucd for CodePoint[src]
fn na(&self) -> String[src]
fn bc(&self) -> Bc[src]
fn gc(&self) -> Gc[src]
fn gcb(&self) -> Gcb[src]
fn hst(&self) -> Hst[src]
fn wspace(&self) -> bool[src]
fn bidi_c(&self) -> bool[src]
fn join_c(&self) -> bool[src]
fn dash(&self) -> bool[src]
fn hyphen(&self) -> bool[src]
fn qmark(&self) -> bool[src]
fn term(&self) -> bool[src]
fn omath(&self) -> bool[src]
fn hex(&self) -> bool[src]
fn ahex(&self) -> bool[src]
fn oalpha(&self) -> bool[src]
fn ideo(&self) -> bool[src]
fn dia(&self) -> bool[src]
fn ext(&self) -> bool[src]
fn olower(&self) -> bool[src]
fn oupper(&self) -> bool[src]
fn nchar(&self) -> bool[src]
fn ogr_ext(&self) -> bool[src]
fn idsb(&self) -> bool[src]
fn idst(&self) -> bool[src]
fn radical(&self) -> bool[src]
fn uideo(&self) -> bool[src]
fn odi(&self) -> bool[src]
fn dep(&self) -> bool[src]
fn sd(&self) -> bool[src]
fn loe(&self) -> bool[src]
fn oids(&self) -> bool[src]
fn oidc(&self) -> bool[src]
fn sterm(&self) -> bool[src]
fn vs(&self) -> bool[src]
fn pat_ws(&self) -> bool[src]
fn pat_syn(&self) -> bool[src]
fn pcm(&self) -> bool[src]
fn ri(&self) -> bool[src]
fn math(&self) -> bool[src]
fn alpha(&self) -> bool[src]
fn lower(&self) -> bool[src]
fn upper(&self) -> bool[src]
fn emoji(&self) -> bool[src]
fn epres(&self) -> bool[src]
fn emod(&self) -> bool[src]
fn ebase(&self) -> bool[src]
fn ecomp(&self) -> bool[src]
fn ext_pict(&self) -> bool[src]
Auto Trait Implementations
impl RefUnwindSafe for CodePoint
impl Send for CodePoint
impl Sync for CodePoint
impl Unpin for CodePoint
impl UnwindSafe for CodePoint
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> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
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>,