Enum stemflow::Action
[−]
[src]
pub enum Action {
Read,
Write,
}Variants
Read | |
Write |
pub enum Action {
Read,
Write,
}Read | |
Write |
impl Display for Actionimpl Ord for Actionimpl PartialOrd for Actionfn partial_cmp(&self, __arg_0: &Action) -> Option<Ordering>fn lt(&self, __arg_0: &Action) -> boolfn le(&self, __arg_0: &Action) -> boolfn gt(&self, __arg_0: &Action) -> boolfn ge(&self, __arg_0: &Action) -> boolimpl Eq for Actionimpl PartialEq for Actionimpl Hash for Actionfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Debug for Actionimpl Clone for Actionfn clone(&self) -> Actionfn clone_from(&mut self, source: &Self)impl Copy for Action