Enum crossterm::cursor::CursorShape
source · pub enum CursorShape {
UnderScore,
Line,
Block,
}
Expand description
Variants§
Trait Implementations§
source§impl Clone for CursorShape
impl Clone for CursorShape
source§fn clone(&self) -> CursorShape
fn clone(&self) -> CursorShape
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 Debug for CursorShape
impl Debug for CursorShape
source§impl PartialEq<CursorShape> for CursorShape
impl PartialEq<CursorShape> for CursorShape
source§fn eq(&self, other: &CursorShape) -> bool
fn eq(&self, other: &CursorShape) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.