Enum syntex_syntax::attr::InlineAttr [] [src]

pub enum InlineAttr {
    None,
    Hint,
    Always,
    Never,
}

Variants

None
Hint
Always
Never

Trait Implementations

Derived Implementations

impl PartialEq for InlineAttr

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

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

impl Clone for InlineAttr

fn clone(&self) -> InlineAttr

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

impl Copy for InlineAttr