Struct unicode_blocks::UnicodeBlock
source · pub struct UnicodeBlock { /* private fields */ }
Implementations
sourceimpl UnicodeBlock
impl UnicodeBlock
Trait Implementations
sourceimpl Clone for UnicodeBlock
impl Clone for UnicodeBlock
sourcefn clone(&self) -> UnicodeBlock
fn clone(&self) -> UnicodeBlock
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UnicodeBlock
impl Debug for UnicodeBlock
sourceimpl Hash for UnicodeBlock
impl Hash for UnicodeBlock
sourceimpl Ord for UnicodeBlock
impl Ord for UnicodeBlock
sourcefn cmp(&self, other: &UnicodeBlock) -> Ordering
fn cmp(&self, other: &UnicodeBlock) -> Ordering
1.21.0 · sourcefn 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 · sourcefn 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
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<UnicodeBlock> for UnicodeBlock
impl PartialEq<UnicodeBlock> for UnicodeBlock
sourcefn eq(&self, other: &UnicodeBlock) -> bool
fn eq(&self, other: &UnicodeBlock) -> bool
sourceimpl PartialOrd<UnicodeBlock> for UnicodeBlock
impl PartialOrd<UnicodeBlock> for UnicodeBlock
sourcefn partial_cmp(&self, other: &UnicodeBlock) -> Option<Ordering>
fn partial_cmp(&self, other: &UnicodeBlock) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for UnicodeBlock
impl Eq for UnicodeBlock
impl StructuralEq for UnicodeBlock
Auto Trait Implementations
impl RefUnwindSafe for UnicodeBlock
impl Send for UnicodeBlock
impl Sync for UnicodeBlock
impl Unpin for UnicodeBlock
impl UnwindSafe for UnicodeBlock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more