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