Enum freya_node_state::CursorMode 
source · pub enum CursorMode {
    None,
    Editable,
}Variants§
Trait Implementations§
source§impl Clone for CursorMode
 
impl Clone for CursorMode
source§fn clone(&self) -> CursorMode
 
fn clone(&self) -> CursorMode
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 CursorMode
 
impl Debug for CursorMode
source§impl Display for CursorMode
 
impl Display for CursorMode
source§impl Parse for CursorMode
 
impl Parse for CursorMode
source§impl PartialEq<CursorMode> for CursorMode
 
impl PartialEq<CursorMode> for CursorMode
source§fn eq(&self, other: &CursorMode) -> bool
 
fn eq(&self, other: &CursorMode) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for CursorMode
impl StructuralEq for CursorMode
impl StructuralPartialEq for CursorMode
Auto Trait Implementations§
impl RefUnwindSafe for CursorMode
impl Send for CursorMode
impl Sync for CursorMode
impl Unpin for CursorMode
impl UnwindSafe for CursorMode
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