Enum license_exprs::LicenseExpr[][src]

pub enum LicenseExpr<'a> {
    License(&'a str),
    Exception(&'a str),
    And,
    Or,
    With,
}

Variants

Trait Implementations

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

Formats the value using the given formatter. Read more

impl<'a> Clone for LicenseExpr<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for LicenseExpr<'a>
[src]

impl<'a> Display for LicenseExpr<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for LicenseExpr<'a>

impl<'a> Sync for LicenseExpr<'a>