Enum rls_analysis::raw::Target []

pub enum Target {
    Release,
    Debug,
}

Variants

Trait Implementations

impl Copy for Target
[src]

impl Clone for Target
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Target
[src]

Formats the value using the given formatter.

impl PartialEq for Target
[src]

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

This method tests for !=.

impl Eq for Target
[src]

impl Display for Target
[src]

Formats the value using the given formatter. Read more