Enum cargo_binutils::Artifact[][src]

pub enum Artifact<'a> {
    Bin(&'a str),
    Example(&'a str),
    Lib,
}

Variants

Trait Implementations

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

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

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for Artifact<'a>

impl<'a> Sync for Artifact<'a>