pub struct UnicodeNotation { /* private fields */ }
Expand description
Represent the Unicode Notation of a code-point.
- https://www.unicode.org/versions/Unicode10.0.0/appA.pdf
Trait Implementations§
Source§impl Debug for UnicodeNotation
impl Debug for UnicodeNotation
Auto Trait Implementations§
impl Freeze for UnicodeNotation
impl RefUnwindSafe for UnicodeNotation
impl Send for UnicodeNotation
impl Sync for UnicodeNotation
impl Unpin for UnicodeNotation
impl UnwindSafe for UnicodeNotation
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