Enum foreman::SearchKind [] [src]

pub enum SearchKind {
    Dependency,
    Crate,
    Native,
    Framework,
    All,
}

Search strategy for rustc-link-search

Variants

Search for a dependency

Search for a crate

Search for a native library

Search for a framework (macOS)

Search everywhere

Trait Implementations

impl PartialEq for SearchKind
[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 SearchKind
[src]

impl Debug for SearchKind
[src]

Formats the value using the given formatter.

impl EnumMessage for SearchKind
[src]

impl Display for SearchKind
[src]

Formats the value using the given formatter. Read more