[−][src]Struct core::char::UnicodeVersion
Represents a Unicode Version.
See also: http://www.unicode.org/versions/
Fields
major: u32
Major version.
minor: u32
Minor version.
micro: u32
Micro (or Update) version.
Trait Implementations
impl Copy for UnicodeVersion[src]
impl Copy for UnicodeVersionimpl PartialEq<UnicodeVersion> for UnicodeVersion[src]
impl PartialEq<UnicodeVersion> for UnicodeVersionfn eq(&self, other: &UnicodeVersion) -> bool[src]
fn eq(&self, other: &UnicodeVersion) -> boolfn ne(&self, other: &UnicodeVersion) -> bool[src]
fn ne(&self, other: &UnicodeVersion) -> boolimpl Eq for UnicodeVersion[src]
impl Eq for UnicodeVersionimpl Ord for UnicodeVersion[src]
impl Ord for UnicodeVersionfn cmp(&self, other: &UnicodeVersion) -> Ordering[src]
fn cmp(&self, other: &UnicodeVersion) -> Orderingfn max(self, other: Self) -> Self where
Self: Sized, 1.21.0[src]
fn max(self, other: Self) -> Self where
Self: Sized, 1.21.0
[src]Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self where
Self: Sized, 1.21.0[src]
fn min(self, other: Self) -> Self where
Self: Sized, 1.21.0
[src]Compares and returns the minimum of two values. Read more
impl PartialOrd<UnicodeVersion> for UnicodeVersion[src]
impl PartialOrd<UnicodeVersion> for UnicodeVersionfn partial_cmp(&self, other: &UnicodeVersion) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &UnicodeVersion) -> Option<Ordering>fn lt(&self, other: &UnicodeVersion) -> bool[src]
fn lt(&self, other: &UnicodeVersion) -> boolfn le(&self, other: &UnicodeVersion) -> bool[src]
fn le(&self, other: &UnicodeVersion) -> boolfn gt(&self, other: &UnicodeVersion) -> bool[src]
fn gt(&self, other: &UnicodeVersion) -> boolfn ge(&self, other: &UnicodeVersion) -> bool[src]
fn ge(&self, other: &UnicodeVersion) -> boolimpl Clone for UnicodeVersion[src]
impl Clone for UnicodeVersionfn clone(&self) -> UnicodeVersion[src]
fn clone(&self) -> UnicodeVersionfn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for UnicodeVersion[src]
impl Debug for UnicodeVersionAuto Trait Implementations
impl Send for UnicodeVersion
impl Send for UnicodeVersionimpl Sync for UnicodeVersion
impl Sync for UnicodeVersionBlanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(Self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(Self) -> Result<U, <U as TryFrom<T>>::Error>impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
The type returned in the event of a conversion error.
fn try_from(U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(U) -> Result<T, <T as TryFrom<U>>::Error>impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut Self) -> &mut T[src]
fn borrow_mut(&mut Self) -> &mut Timpl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&Self) -> TypeId[src]
fn get_type_id(&Self) -> TypeId