Enum syntax::ext::hygiene::MarkKind
[−]
[src]
pub enum MarkKind { Modern, Builtin, Legacy, }
Variants
Modern
Builtin
Legacy
Trait Implementations
impl Copy for MarkKind
[src]
impl Eq for MarkKind
[src]
impl PartialEq<MarkKind> for MarkKind
[src]
fn eq(&self, __arg_0: &MarkKind) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.