Enum license_exprs::ParseError[][src]

pub enum ParseError<'a> {
    UnknownLicenseId(&'a str),
    InvalidStructure(LicenseExpr<'a>),
}

Variants

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Formats the value using the given formatter. Read more

impl<'a> Error for ParseError<'a>
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl<'a> Send for ParseError<'a>

impl<'a> Sync for ParseError<'a>