Enum rpc2::proto::CursorShape
source · #[repr(i32)]pub enum CursorShape {
CursorBar,
CursorBlock,
CursorUnderscore,
CursorHollow,
}
Variants§
Implementations§
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 Default for CursorShape
impl Default for CursorShape
source§fn default() -> CursorShape
fn default() -> CursorShape
Returns the “default value” for a type. Read more
source§impl From<CursorShape> for i32
impl From<CursorShape> for i32
source§fn from(value: CursorShape) -> i32
fn from(value: CursorShape) -> i32
Converts to this type from the input type.
source§impl Hash for CursorShape
impl Hash for CursorShape
source§impl Ord for CursorShape
impl Ord for CursorShape
source§fn cmp(&self, other: &CursorShape) -> Ordering
fn cmp(&self, other: &CursorShape) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
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 ==
.source§impl PartialOrd<CursorShape> for CursorShape
impl PartialOrd<CursorShape> for CursorShape
source§fn partial_cmp(&self, other: &CursorShape) -> Option<Ordering>
fn partial_cmp(&self, other: &CursorShape) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for CursorShape
impl Serialize for CursorShape
impl Copy for CursorShape
impl Eq for CursorShape
impl StructuralEq for CursorShape
impl StructuralPartialEq for CursorShape
Auto Trait Implementations§
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.