Enum mush::widgets::node::NodeState [−] [src]

pub enum NodeState {
    Normal,
    NormalCollapsed,
    Dragging,
}

Variants

Normal
NormalCollapsed
Dragging

Trait Implementations

impl CustomWidgetState for NodeState

fn init() -> Self

fn matches(&self, _other: &NodeState) -> bool

Derived Implementations

impl Debug for NodeState

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for NodeState

fn clone(&self) -> NodeState

fn clone_from(&mut self, source: &Self)

impl Copy for NodeState

impl PartialEq for NodeState

fn eq(&self, __arg_0: &NodeState) -> bool

fn ne(&self, __arg_0: &NodeState) -> bool