Enum syntex_syntax::ast::Constness
[−]
[src]
pub enum Constness {
Const,
NotConst,
}Variants
Const | |
NotConst |
pub enum Constness {
Const,
NotConst,
}Const | |
NotConst |
impl Debug for Constnessimpl Hash for Constnessfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Decodable for Constnessimpl Encodable for Constnessimpl Eq for Constnessimpl PartialEq for Constnessimpl Clone for Constnessfn clone(&self) -> Constnessfn clone_from(&mut self, source: &Self)impl Copy for Constness