Enum twig::value::HashKey
[−]
[src]
pub enum HashKey {
Int(i64),
Str(String),
}Value kind that can be used as Hash key.
Variants
Int | |
Str |
pub enum HashKey {
Int(i64),
Str(String),
}Value kind that can be used as Hash key.
Int | |
Str |
impl Debug for HashKeyimpl PartialOrd for HashKeyfn partial_cmp(&self, __arg_0: &HashKey) -> Option<Ordering>fn lt(&self, __arg_0: &HashKey) -> boolfn le(&self, __arg_0: &HashKey) -> boolfn gt(&self, __arg_0: &HashKey) -> boolfn ge(&self, __arg_0: &HashKey) -> boolimpl Eq for HashKeyimpl PartialEq for HashKeyimpl Hash for HashKeyfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Clone for HashKeyfn clone(&self) -> HashKeyfn clone_from(&mut self, source: &Self)