Enum intercom_common::utils::AttrParam [] [src]

pub enum AttrParam<'a> {
    Literal(&'a Lit),
    Word(&'a Ident),
}

Variants

Trait Implementations

impl<'a> PartialEq for AttrParam<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<'a> Eq for AttrParam<'a>
[src]

impl<'a> Debug for AttrParam<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> GetIdent for AttrParam<'a>
[src]

[src]

Gets the Ident from the AST element.