Enum syntex_syntax::parse::parser::ParsePub [] [src]

pub enum ParsePub {
    Yes,
    No,
}

pub should be parsed in struct fields and not parsed in variant fields

Variants

Yes
No

Trait Implementations

Derived Implementations

impl PartialEq for ParsePub

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

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

impl Copy for ParsePub

impl Clone for ParsePub

fn clone(&self) -> ParsePub

fn clone_from(&mut self, source: &Self)