pub struct UnicodeCodePoint(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Clone for UnicodeCodePoint
impl Clone for UnicodeCodePoint
Source§fn clone(&self) -> UnicodeCodePoint
fn clone(&self) -> UnicodeCodePoint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UnicodeCodePoint
Source§impl Debug for UnicodeCodePoint
impl Debug for UnicodeCodePoint
Source§impl Display for UnicodeCodePoint
impl Display for UnicodeCodePoint
impl Eq for UnicodeCodePoint
Source§impl From<UnicodeCodePoint> for u32
impl From<UnicodeCodePoint> for u32
Source§fn from(value: UnicodeCodePoint) -> Self
fn from(value: UnicodeCodePoint) -> Self
Converts to this type from the input type.
Source§impl Hash for UnicodeCodePoint
impl Hash for UnicodeCodePoint
Source§impl Ord for UnicodeCodePoint
impl Ord for UnicodeCodePoint
Source§fn cmp(&self, other: &UnicodeCodePoint) -> Ordering
fn cmp(&self, other: &UnicodeCodePoint) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for UnicodeCodePoint
impl PartialEq for UnicodeCodePoint
Source§impl PartialOrd for UnicodeCodePoint
impl PartialOrd for UnicodeCodePoint
impl StructuralPartialEq for UnicodeCodePoint
Auto Trait Implementations§
impl Freeze for UnicodeCodePoint
impl RefUnwindSafe for UnicodeCodePoint
impl Send for UnicodeCodePoint
impl Sync for UnicodeCodePoint
impl Unpin for UnicodeCodePoint
impl UnsafeUnpin for UnicodeCodePoint
impl UnwindSafe for UnicodeCodePoint
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more