pub struct UnicodeBlock { /* private fields */ }
Implementations§
Source§impl UnicodeBlock
impl UnicodeBlock
Trait Implementations§
Source§impl Clone for UnicodeBlock
impl Clone for UnicodeBlock
Source§fn clone(&self) -> UnicodeBlock
fn clone(&self) -> UnicodeBlock
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UnicodeBlock
impl Debug for UnicodeBlock
Source§impl Hash for UnicodeBlock
impl Hash for UnicodeBlock
Source§impl Ord for UnicodeBlock
impl Ord for UnicodeBlock
Source§fn cmp(&self, other: &UnicodeBlock) -> Ordering
fn cmp(&self, other: &UnicodeBlock) -> Ordering
1.21.0 · 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
Source§impl PartialEq for UnicodeBlock
impl PartialEq for UnicodeBlock
Source§impl PartialOrd for UnicodeBlock
impl PartialOrd for UnicodeBlock
impl Copy for UnicodeBlock
impl Eq for UnicodeBlock
Auto Trait Implementations§
impl Freeze for UnicodeBlock
impl RefUnwindSafe for UnicodeBlock
impl Send for UnicodeBlock
impl Sync for UnicodeBlock
impl Unpin for UnicodeBlock
impl UnwindSafe for UnicodeBlock
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