pub struct UnicodeBlockBar { /* private fields */ }Expand description
See unicode_block_bar().
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnicodeBlockBar
impl RefUnwindSafe for UnicodeBlockBar
impl Send for UnicodeBlockBar
impl Sync for UnicodeBlockBar
impl Unpin for UnicodeBlockBar
impl UnwindSafe for UnicodeBlockBar
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
Source§impl<T> DisplayExt for Twhere
T: Display,
impl<T> DisplayExt for Twhere
T: Display,
Source§fn collect_str(self, buf: &mut [u8]) -> Result<&str, &str>
fn collect_str(self, buf: &mut [u8]) -> Result<&str, &str>
Alias for
crate::collect_strSource§fn collect_str_mut(self, buf: &mut [u8]) -> Result<&mut str, &mut str>
fn collect_str_mut(self, buf: &mut [u8]) -> Result<&mut str, &mut str>
Alias for
crate::collect_str_mutSource§fn display_lowercase(self) -> Lowercase<Self>
fn display_lowercase(self) -> Lowercase<Self>
Alias for
crate::lowercaseSource§fn display_uppercase(self) -> Uppercase<Self>
fn display_uppercase(self) -> Uppercase<Self>
Alias for
crate::uppercaseSource§fn display_repeat(self, times: usize) -> Repeat<Self>
fn display_repeat(self, times: usize) -> Repeat<Self>
Alias for
crate::repeatSource§fn extract_slice<R: RangeBounds<usize>>(self, range: R) -> DisplaySlice<Self>
fn extract_slice<R: RangeBounds<usize>>(self, range: R) -> DisplaySlice<Self>
Alias for
crate::sliceSource§fn display_cmp(self, other: &str) -> Ordering
fn display_cmp(self, other: &str) -> Ordering
Alias for
crate::cmp