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_str
Source§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_mut
Source§fn display_lowercase(self) -> Lowercase<Self>
fn display_lowercase(self) -> Lowercase<Self>
Alias for
crate::lowercase
Source§fn display_uppercase(self) -> Uppercase<Self>
fn display_uppercase(self) -> Uppercase<Self>
Alias for
crate::uppercase
Source§fn display_repeat(self, times: usize) -> Repeat<Self>
fn display_repeat(self, times: usize) -> Repeat<Self>
Alias for
crate::repeat
Source§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::slice
Source§fn display_cmp(self, other: &str) -> Ordering
fn display_cmp(self, other: &str) -> Ordering
Alias for
crate::cmp