pub struct BlinkingUnderline;
Expand description
Change the cursor style to blinking underline
Trait Implementations§
Source§impl AsRef<[u8]> for BlinkingUnderline
impl AsRef<[u8]> for BlinkingUnderline
Source§impl AsRef<str> for BlinkingUnderline
impl AsRef<str> for BlinkingUnderline
Source§impl Clone for BlinkingUnderline
impl Clone for BlinkingUnderline
Source§fn clone(&self) -> BlinkingUnderline
fn clone(&self) -> BlinkingUnderline
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 Display for BlinkingUnderline
impl Display for BlinkingUnderline
impl Copy for BlinkingUnderline
Auto Trait Implementations§
impl Freeze for BlinkingUnderline
impl RefUnwindSafe for BlinkingUnderline
impl Send for BlinkingUnderline
impl Sync for BlinkingUnderline
impl Unpin for BlinkingUnderline
impl UnwindSafe for BlinkingUnderline
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