pub enum CursorShape {
UnderScore,
Line,
Block,
}Variants§
Trait Implementations§
Source§impl Clone for CursorShape
impl Clone for CursorShape
Source§fn clone(&self) -> CursorShape
fn clone(&self) -> CursorShape
Returns a duplicate 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 From<CursorShape> for CursorShape
impl From<CursorShape> for CursorShape
Source§fn from(cs: CursorShape) -> Self
fn from(cs: CursorShape) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CursorShape
impl PartialEq for CursorShape
impl Copy for CursorShape
impl Eq for CursorShape
impl StructuralPartialEq for CursorShape
Auto Trait Implementations§
impl Freeze for CursorShape
impl RefUnwindSafe for CursorShape
impl Send for CursorShape
impl Sync for CursorShape
impl Unpin for CursorShape
impl UnwindSafe for CursorShape
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