Enum stemflow::Action
[−]
[src]
pub enum Action { Read, Write, }
Variants
Read | |
Write |
pub enum Action { Read, Write, }
Read | |
Write |
impl Display for Action
impl Ord for Action
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
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
impl Clone for Action
fn clone(&self) -> Action
fn clone_from(&mut self, source: &Self)
impl Copy for Action