pub struct UnicodeWidth { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for UnicodeWidth
impl Clone for UnicodeWidth
Source§fn clone(&self) -> UnicodeWidth
fn clone(&self) -> UnicodeWidth
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 UnicodeWidth
Source§impl Debug for UnicodeWidth
impl Debug for UnicodeWidth
Auto Trait Implementations§
impl Freeze for UnicodeWidth
impl RefUnwindSafe for UnicodeWidth
impl Send for UnicodeWidth
impl Sync for UnicodeWidth
impl Unpin for UnicodeWidth
impl UnsafeUnpin for UnicodeWidth
impl UnwindSafe for UnicodeWidth
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