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