Enum syntax::parse::parser::BoundParsingModeUnstable [-] [+] [src]

pub enum BoundParsingMode {
    Bare,
    Modified,
}

How to parse a bound, whether to allow bound modifiers such as ?.

Variants

Bare
Modified

Trait Implementations

Derived Implementations

impl PartialEq for BoundParsingMode

fn eq(&self, __arg_0: &BoundParsingMode) -> bool

fn ne(&self, __arg_0: &BoundParsingMode) -> bool

impl Copy for BoundParsingMode