Enum intercom_common::utils::AttrParam
[−]
[src]
pub enum AttrParam<'a> {
Literal(&'a Lit),
Word(&'a Ident),
}Variants
Literal(&'a Lit)Word(&'a Ident)
Trait Implementations
impl<'a> PartialEq for AttrParam<'a>[src]
fn eq(&self, __arg_0: &AttrParam<'a>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &AttrParam<'a>) -> bool[src]
This method tests for !=.