[−][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 UnicodeVersion
impl PartialEq<UnicodeVersion> for UnicodeVersion
[src]
impl PartialEq<UnicodeVersion> for UnicodeVersion
fn eq(&self, other: &UnicodeVersion) -> bool
[src]
fn eq(&self, other: &UnicodeVersion) -> bool
fn ne(&self, other: &UnicodeVersion) -> bool
[src]
fn ne(&self, other: &UnicodeVersion) -> bool
impl Eq for UnicodeVersion
[src]
impl Eq for UnicodeVersion
impl Ord for UnicodeVersion
[src]
impl Ord for UnicodeVersion
fn cmp(&self, other: &UnicodeVersion) -> Ordering
[src]
fn cmp(&self, other: &UnicodeVersion) -> Ordering
fn 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 UnicodeVersion
fn 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) -> bool
fn le(&self, other: &UnicodeVersion) -> bool
[src]
fn le(&self, other: &UnicodeVersion) -> bool
fn gt(&self, other: &UnicodeVersion) -> bool
[src]
fn gt(&self, other: &UnicodeVersion) -> bool
fn ge(&self, other: &UnicodeVersion) -> bool
[src]
fn ge(&self, other: &UnicodeVersion) -> bool
impl Clone for UnicodeVersion
[src]
impl Clone for UnicodeVersion
fn clone(&self) -> UnicodeVersion
[src]
fn clone(&self) -> UnicodeVersion
fn 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 UnicodeVersion
Auto Trait Implementations
impl Send for UnicodeVersion
impl Send for UnicodeVersion
impl Sync for UnicodeVersion
impl Sync for UnicodeVersion
Blanket 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 T
impl<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 T
impl<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