Enum stemflow::Action [] [src]

pub enum Action {
    Read,
    Write,
}

Variants

Read
Write

Trait Implementations

impl Display for Action

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

Derived Implementations

impl Ord for Action

fn cmp(&self, __arg_0: &Action) -> Ordering

impl PartialOrd for Action

fn partial_cmp(&self, __arg_0: &Action) -> Option<Ordering>

fn lt(&self, __arg_0: &Action) -> bool

fn le(&self, __arg_0: &Action) -> bool

fn gt(&self, __arg_0: &Action) -> bool

fn ge(&self, __arg_0: &Action) -> bool

impl Eq for Action

impl PartialEq for Action

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

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

impl Hash for Action

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Debug for Action

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

impl Clone for Action

fn clone(&self) -> Action

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

impl Copy for Action