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 more
sourceimpl Debug for UnicodeBlock
 
impl Debug for UnicodeBlock
sourceimpl Hash for UnicodeBlock
 
impl Hash for UnicodeBlock
sourceimpl Ord for UnicodeBlock
 
impl Ord for UnicodeBlock
sourceimpl PartialEq<UnicodeBlock> for UnicodeBlock
 
impl PartialEq<UnicodeBlock> for UnicodeBlock
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>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
 
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
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 more
impl 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 T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    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