Enum rci::CiService [] [src]

pub enum CiService {
    Travis,
    Circle,
    Unknown,
}

Variants

Trait Implementations

impl PartialEq for CiService
[src]

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

This method tests for !=.

impl Debug for CiService
[src]

Formats the value using the given formatter.