Enum syntex_syntax::parse::token::IdentStyle
[−]
[src]
pub enum IdentStyle { ModName, Plain, }
Variants
ModName |
|
Plain |
pub enum IdentStyle { ModName, Plain, }
ModName |
|
Plain |
impl Copy for IdentStyle
impl Debug for IdentStyle
impl Hash for IdentStyle
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Eq for IdentStyle
impl PartialEq for IdentStyle
fn eq(&self, __arg_0: &IdentStyle) -> bool
fn ne(&self, __arg_0: &IdentStyle) -> bool
impl Decodable for IdentStyle
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<IdentStyle, __D::Error>
impl Encodable for IdentStyle
impl Clone for IdentStyle
fn clone(&self) -> IdentStyle
fn clone_from(&mut self, source: &Self)